test(mocks): update exam mock data
Some checks failed
CI / scheduled-backup (push) Failing after 1m32s
CI / backup-verify (push) Has been skipped
CI / weekly-dr-drill (push) Failing after 0s
CI / build-deploy (push) Has been cancelled
CI / security-scan (push) Has been cancelled

- Update src/mocks/exam-data.ts with new mock entries
This commit is contained in:
SpecialX
2026-07-03 10:32:29 +08:00
parent 6a22922ddd
commit 284c7939b8

View File

@@ -5,6 +5,7 @@ export let MOCK_EXAMS: Exam[] = [
id: "exam_001", id: "exam_001",
title: "Algebra Midterm", title: "Algebra Midterm",
subject: "Mathematics", subject: "Mathematics",
subjectId: "subj_math",
grade: "Grade 10", grade: "Grade 10",
status: "draft", status: "draft",
difficulty: 3, difficulty: 3,
@@ -19,6 +20,7 @@ export let MOCK_EXAMS: Exam[] = [
id: "exam_002", id: "exam_002",
title: "Physics Mechanics Quiz", title: "Physics Mechanics Quiz",
subject: "Physics", subject: "Physics",
subjectId: "subj_physics",
grade: "Grade 11", grade: "Grade 11",
status: "published", status: "published",
difficulty: 4, difficulty: 4,
@@ -33,6 +35,7 @@ export let MOCK_EXAMS: Exam[] = [
id: "exam_003", id: "exam_003",
title: "English Reading Comprehension", title: "English Reading Comprehension",
subject: "English", subject: "English",
subjectId: "subj_english",
grade: "Grade 12", grade: "Grade 12",
status: "published", status: "published",
difficulty: 2, difficulty: 2,
@@ -47,6 +50,7 @@ export let MOCK_EXAMS: Exam[] = [
id: "exam_004", id: "exam_004",
title: "Chemistry Final", title: "Chemistry Final",
subject: "Chemistry", subject: "Chemistry",
subjectId: "subj_chemistry",
grade: "Grade 12", grade: "Grade 12",
status: "archived", status: "archived",
difficulty: 5, difficulty: 5,
@@ -61,6 +65,7 @@ export let MOCK_EXAMS: Exam[] = [
id: "exam_005", id: "exam_005",
title: "Geometry Chapter Test", title: "Geometry Chapter Test",
subject: "Mathematics", subject: "Mathematics",
subjectId: "subj_math",
grade: "Grade 9", grade: "Grade 9",
status: "published", status: "published",
difficulty: 3, difficulty: 3,