feat(test): add functionality for drill, hard test module testing

This commit is contained in:
shafin-r
2026-02-07 15:28:43 +06:00
parent 903653a212
commit 02419678b7
9 changed files with 378 additions and 52 deletions

View File

@ -1,5 +1,5 @@
// types/exam.ts
export type ExamMode = "MODULE" | "TARGETED" | "SIMULATION" | "DRILLS";
export type ExamMode = "MODULE" | "TARGETED" | "SIMULATION" | "DRILL";
export interface StartExamPayload {
sheet_id: string;