Skip to content

DoCurious API Reference / types / ClassAnalyticsRow

Interface: ClassAnalyticsRow

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

Per-class analytics row for the comparison table.

Properties

averageCompletionRate

averageCompletionRate: number

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


challengesCompleted

challengesCompleted: number

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


classId

classId: string

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


className

className: string

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


studentCount

studentCount: number

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

DoCurious Platform Documentation