Skip to content

DoCurious API Reference / store / ReflectionAnalyticsData

Interface: ReflectionAnalyticsData

Defined in: store/useReflectionStore.ts:55

Analytics data shape used by the ReflectionAnalytics page.

Properties

classes

classes: object[]

Defined in: store/useReflectionStore.ts:56

id

id: string

name

name: string


prompts

prompts: Record<string, object[]>

Defined in: store/useReflectionStore.ts:63


stats

stats: Record<string, { avgReflections: number; responded: number; topCompetency: string; totalStudents: number; }>

Defined in: store/useReflectionStore.ts:57

DoCurious Platform Documentation