Appearance
DoCurious API Reference / types / ReflectionAnalytics
Interface: ReflectionAnalytics
Defined in: types/reflection.types.ts:47
Aggregated reflection analytics for a prompt
Properties
averageNumeric?
optionalaverageNumeric: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?
optionalselCompetency:SELCompetency
Defined in: types/reflection.types.ts:51
type
type:
ReflectionPromptType
Defined in: types/reflection.types.ts:50