Skip to content

DoCurious API Reference / types / EngagementDataPoint

Interface: EngagementDataPoint

Defined in: types/school.types.ts:450

Time-series data point for engagement analytics charts.

Properties

activeStudents

activeStudents: number

Defined in: types/school.types.ts:453


challengesCompleted

challengesCompleted: number

Defined in: types/school.types.ts:455


challengesStarted

challengesStarted: number

Defined in: types/school.types.ts:454


date

date: string

Defined in: types/school.types.ts:451


label

label: string

Defined in: types/school.types.ts:452

DoCurious Platform Documentation