feat(test): add short answer input on questions

fix(test): fix navigation upon test completion
This commit is contained in:
shafin-r
2026-01-28 21:23:31 +06:00
parent 355ca0c0c4
commit 5df438f474
2 changed files with 84 additions and 64 deletions

View File

@ -6,6 +6,8 @@ interface CreatedBy {
export type ExamPhase = "IDLE" | "MODULE" | "BREAK" | "FINISHED";
export type QuestionType = "MCQ" | "TEXT" | "SHORT_ANSWER";
export interface Subject {
name: string;
section: string;