fix(exam): fix pretest screen start exam button

This commit is contained in:
shafin-r
2025-07-07 21:01:11 +06:00
parent 22eb8285ec
commit d42a42a8d1
10 changed files with 122 additions and 128 deletions

1
types/exam.d.ts vendored
View File

@ -29,6 +29,7 @@ export interface ExamAttempt {
score?: number;
passed?: boolean;
apiResponse?: any;
totalQuestions: number;
}
export interface ExamContextType {