Skip to content

DoCurious API Reference / types / EngagementDataPoint

Interface: EngagementDataPoint

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

Time-series data point for engagement analytics charts.

Properties

activeStudents

activeStudents: number

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


challengesCompleted

challengesCompleted: number

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


challengesStarted

challengesStarted: number

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


date

date: string

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


label

label: string

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

DoCurious Platform Documentation