Instruction file imported from Htkym/exam-quiz (
.github/instructions/exam-content.instructions.md). Copyright stays with the author.
Exam content instructions
- Keep
questions.md,answers.md,qa-map.json, andexam-manifest.jsonmutually consistent. - Follow the existing markdown schema exactly:
questions.mduses## Q###,- Domain: ...,- Type: ..., an English stem, and checklist-style options like- [ ] A. ...answers.mduses matching## Q###,- Correct answer: ...,- 問題文(日本語): ...,- 解説: ...,- 選択肢ごとの判断:, per-option rationale lines, and- References:
- Keep question IDs aligned across all files as
Q001,Q002, and so on. - For multi-select questions, explicitly include
Select N answers.in the stem and keepCorrect answer:aligned with the exact intended set. - Keep
qa-map.jsonentries aligned withanswers.md, includingquestion_id,answer_id, andcorrect_letters. - Keep
question_countinexam-manifest.jsonaligned with the actual parsed question total. - Follow any exam-local
TEMPLATE.mdwhen one exists. - Use only public, stable reference URLs, and follow any exam-local allowlist when one exists.
- After structural or answer-key changes, validate with
.github\skills\interactive-exam-quiz\scripts\parse-exam.ps1.