diff --git a/run/initialization/seed_curriculum.py b/run/initialization/seed_curriculum.py index 8a116d1..ed2f10b 100644 --- a/run/initialization/seed_curriculum.py +++ b/run/initialization/seed_curriculum.py @@ -52,6 +52,18 @@ SPECIFICATIONS = [ "storage_loc": "cc.public.snapshots/curriculum/aqa/physics/8203_spec.pdf", "doc_type": "pdf", }, + # AQA GCSE Physics 8463 (standalone) — the real spec for the exam-marker test paper + # (AQA Physics Paper 1H 2022). Spec graph: cc.public.exams Specification AQA-PHYS-8463. + { + "spec_code": "AQA-PHYS-8463", + "exam_board_code": "AQA", + "award_code": "8463", + "subject_code": "PHYSICS", + "first_teach": "2016", + "spec_ver": "1.0", + "storage_loc": "cc.examboards/aqa/physics/8463/8463_spec.pdf", # placeholder (no file yet) + "doc_type": "pdf", + }, # Edexcel Maths { "spec_code": "EDX-MATH-1MA1", @@ -102,6 +114,12 @@ SPECIFICATIONS = [ # Realistic exam paper references linked to specifications. EXAMS = [ + # AQA GCSE Physics 8463/1 Higher — the exam-marker test paper (real PDF uploaded to + # cc.examboards). Join key for cc.public.exams ExamPaper.exam_code. + {"exam_code": "AQA-PHYS-8463-1H-22-JUN", "spec_code": "AQA-PHYS-8463", "paper_code": "8463/1", + "tier": "higher", "session": "June", "type_code": "QP", + "storage_loc": "cc.examboards/aqa/physics/8463/AQA-PHYS-8463-1H-22-JUN.pdf"}, + # AQA Physics 8201/1 (Foundation) {"exam_code": "AQA-PHYS-8201-1-23-JUN", "spec_code": "AQA-PHYS-8201", "paper_code": "8201/1", "tier": "foundation", "session": "June", "type_code": "QP"},