Skip to content

DoCurious API Reference / types / ClassAnalyticsRow

Interface: ClassAnalyticsRow

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

Per-class analytics row for the comparison table.

Properties

averageCompletionRate

averageCompletionRate: number

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


challengesCompleted

challengesCompleted: number

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


classId

classId: string

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


className

className: string

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


studentCount

studentCount: number

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

DoCurious Platform Documentation