12 Jun 2024
How To Add Exam Material
How to add quiz posts and standard problem sheets under the Exam Notes section.
exam
quiz
problems
Exam material appears on the Notes page by subject category.
Folder Pattern
Use the matching subject folder:
_posts/3_EXAM/Quantum/
_posts/3_EXAM/Electronics/
_posts/3_EXAM/Miscellaneous/
Front Matter
---
title: "Quantum Standard Problems"
summary: "Standard competitive exam problems in quantum mechanics."
date: 2026-06-13 11:20:00 +0530
categories:
- exam
- exam-quantum
tags:
- quantum-mechanics
hidden: true
---
Use exam-misc for mixed questions. Other common categories include exam-mathematical, exam-classical, exam-electronics, exam-optics, and exam-waves.
Quiz Or Problem Sheet
Use quiz.html when the student should click options and get feedback.
Use exam-problems.html when the student should read a normal problem sheet and check the answer key at the end.
{% include quiz.html source=quiz_questions %}
{% include exam-problems.html source=exam_problems %}
Checklist
- Put the post in the correct subject folder.
- Add
examand the specificexam-*category. - Keep
hidden: true. - Check every answer key before publishing.