/** * QTI Primitives * * Enums and literal types specific to the QTI protocol. * For shared Timeback primitives (TimebackGrade, TimebackSubject), see `@timeback/types`. */ /** * Lesson types for PowerPath integration. * Used to categorize assessment content by delivery mode. */ export type LessonType = 'powerpath-100' | 'quiz' | 'test-out' | 'placement' | 'unit-test' | 'alpha-read-article' | null; //# sourceMappingURL=primitives.d.ts.map