Skip to content

DoCurious API Reference / types / ReflectionAnalytics

Interface: ReflectionAnalytics

Defined in: types/reflection.types.ts:47

Aggregated reflection analytics for a prompt

Properties

averageNumeric?

optional averageNumeric: number

Defined in: types/reflection.types.ts:54


distribution

distribution: Record<string, number>

Defined in: types/reflection.types.ts:53


promptId

promptId: string

Defined in: types/reflection.types.ts:48


question

question: string

Defined in: types/reflection.types.ts:49


responseCount

responseCount: number

Defined in: types/reflection.types.ts:52


selCompetency?

optional selCompetency: SELCompetency

Defined in: types/reflection.types.ts:51


type

type: ReflectionPromptType

Defined in: types/reflection.types.ts:50

DoCurious Platform Documentation