generated from muhtadeetaron/nextjs-template
fix(exam): fix pretest screen start exam button
This commit is contained in:
1
types/exam.d.ts
vendored
1
types/exam.d.ts
vendored
@ -29,6 +29,7 @@ export interface ExamAttempt {
|
||||
score?: number;
|
||||
passed?: boolean;
|
||||
apiResponse?: any;
|
||||
totalQuestions: number;
|
||||
}
|
||||
|
||||
export interface ExamContextType {
|
||||
|
||||
Reference in New Issue
Block a user