Quiz Generator
When to Use This Skill
Use this skill when you need to:
- Generate quizzes for courses, training programs, or certifications
- Create multiple question types — multiple choice, true/false, short answer
- Build answer keys with explanations for correct and incorrect responses
- Design assessments that test different cognitive levels
DO NOT use this skill for personality quizzes, lead-generation quizzes, or survey design. This is for knowledge assessment quizzes that verify learning.
Core Principle
A GOOD QUIZ DOES NOT JUST TEST MEMORY — IT TESTS WHETHER THE LEARNER CAN APPLY WHAT THEY LEARNED. QUESTIONS SHOULD REQUIRE THINKING, NOT JUST RECALL.
Phase 1: Quiz Brief
Required Inputs
| Input |
What to Ask |
Default |
| Subject |
"What topic does this quiz cover?" |
No default — must be provided |
| Source material |
"What content should questions be based on — a lesson, manual, module?" |
No default — must be provided |
| Number of questions |
"How many questions?" |
10 questions |
| Question types |
"Multiple choice, true/false, short answer, or mix?" |
Mix of all three |
| Difficulty level |
"Beginner, intermediate, or advanced?" |
Intermediate |
| Passing score |
"What score is required to pass?" |
70% |
GATE: Confirm subject and source material before generating questions.
Phase 2: Question Design
Question Type Guidelines
Multiple Choice (4 options):
- One clearly correct answer
- Three plausible distractors (wrong answers that make sense)
- Avoid "all of the above" and "none of the above" — they weaken assessment
- Avoid negatives in the stem ("Which is NOT...") — rephrase positively when possible
- All options should be similar in length and structure
True/False:
- Statement must be unambiguously true or false — no "it depends" answers
- Avoid double negatives
- Test one concept per statement
- Balance approximately 50/50 true and false
Short Answer:
- Question should have a specific, defensible answer (not open to interpretation)
- Provide the expected answer length ("In 1-2 sentences...")
- Include grading criteria in the answer key
Cognitive Level Distribution
| Level |
% of Quiz |
Question Style |
| Remember/Recall |
20-30% |
Definitions, facts, terminology |
| Understand |
20-30% |
Explain concepts, compare ideas |
| Apply |
30-40% |
Scenarios, problem-solving, "what would you do" |
| Analyze/Evaluate |
10-20% |
Case studies, best approach, justify a decision |
Phase 3: Quiz Template
Quiz Format
## [Quiz Title]
**Subject:** [Topic]
**Questions:** [X]
**Time limit:** [X] minutes (optional)
**Passing score:** [X]%
---
### Question 1 (Multiple Choice)
What is the primary purpose of [concept]?
a) [Distractor — plausible but incorrect]
b) [Correct answer]
c) [Distractor — common misconception]
d) [Distractor — related but wrong]
---
### Question 2 (True/False)
[Statement about the topic.]
True / False
---
### Question 3 (Short Answer)
In 1-2 sentences, explain [concept or process].
---
### Question 4 (Scenario-Based Multiple Choice)
A client tells you [scenario]. Based on best practices, what should you do first?
a) [Option A]
b) [Option B]
c) [Option C]
d) [Option D]
---
[Continue for all questions...]
Answer Key Format
## Answer Key — [Quiz Title]
### Question 1: **B**
[Explanation of why B is correct and why the other options are wrong.
This is the teaching moment — answer keys should educate, not just confirm.]
### Question 2: **False**
[Explanation: The statement is false because... The correct information is...]
### Question 3: **Sample Answer**
"[Model answer that would receive full credit.]"
**Grading criteria:**
- Must mention [key concept 1] (1 point)
- Must mention [key concept 2] (1 point)
- Accurate and clear explanation (1 point)
### Question 4: **C**
[Explanation with reasoning for why C is the best approach in this scenario.]
Phase 4: Quiz Delivery & Analysis
Delivery Options
| Format |
Best For |
Tools |
| Paper / PDF |
In-person training, printed handouts |
Word, Google Docs |
| Online form |
Self-paced learning, auto-scoring |
Google Forms, Typeform |
| LMS integration |
Courses with tracking and certification |
Teachable, Thinkific, Kajabi |
| Live verbal |
Workshops, quick pulse checks |
No tools needed |
Quiz Analysis
After administering, review:
| Metric |
What It Tells You |
| Overall pass rate |
Is the quiz appropriately difficult? |
| Average score |
Are learners grasping the material? |
| Question-level analysis |
Which questions had the lowest correct rate? |
| Distractor analysis |
Are wrong answers attracting responses evenly? |
| Time to complete |
Is the quiz too long or too short? |
Quiz Checklist
Anti-Patterns
- Trick questions — questions designed to confuse rather than assess learning are unfair and uninformative.
- Testing trivia instead of understanding — "What year was X invented?" tests memory, not competence.
- All recall questions — if every question is "define this term," the quiz does not test real-world application.
- Obvious wrong answers — if three of four options are absurd, the quiz is not assessing anything.
- No answer explanations — a quiz without explanations in the answer key wastes a learning opportunity.
- Too many questions — quiz fatigue reduces accuracy after 15-20 questions. Keep it focused.
Recovery
- High failure rate: Review the questions — are they too hard, ambiguous, or testing content not covered in the source material?
- Everyone gets a perfect score: The quiz is too easy. Add application and analysis questions that require deeper thinking.
- One question has a very low correct rate: Either the content was not taught well or the question is poorly written. Investigate both possibilities.
- Learners complain about unfairness: Review with fresh eyes. Remove any questions that could be interpreted multiple ways.
- Need more questions for a question bank: Write 3x the questions you need and rotate them across quiz versions to prevent answer sharing.
1---2name: quiz-generator3description: Generates quizzes and assessments with multiple choice, true/false, and short answer questions with answer keys.4---56# Quiz Generator78## When to Use This Skill910Use this skill when you need to:11- Generate quizzes for courses, training programs, or certifications12- Create multiple question types — multiple choice, true/false, short answer13- Build answer keys with explanations for correct and incorrect responses14- Design assessments that test different cognitive levels1516**DO NOT** use this skill for personality quizzes, lead-generation quizzes, or survey design. This is for knowledge assessment quizzes that verify learning.1718---1920## Core Principle2122A GOOD QUIZ DOES NOT JUST TEST MEMORY — IT TESTS WHETHER THE LEARNER CAN APPLY WHAT THEY LEARNED. QUESTIONS SHOULD REQUIRE THINKING, NOT JUST RECALL.2324---2526## Phase 1: Quiz Brief2728### Required Inputs2930| Input | What to Ask | Default |31|-------|------------|---------|32| **Subject** | "What topic does this quiz cover?" | No default — must be provided |33| **Source material** | "What content should questions be based on — a lesson, manual, module?" | No default — must be provided |34| **Number of questions** | "How many questions?" | 10 questions |35| **Question types** | "Multiple choice, true/false, short answer, or mix?" | Mix of all three |36| **Difficulty level** | "Beginner, intermediate, or advanced?" | Intermediate |37| **Passing score** | "What score is required to pass?" | 70% |3839**GATE: Confirm subject and source material before generating questions.**4041---4243## Phase 2: Question Design4445### Question Type Guidelines4647**Multiple Choice (4 options):**48- One clearly correct answer49- Three plausible distractors (wrong answers that make sense)50- Avoid "all of the above" and "none of the above" — they weaken assessment51- Avoid negatives in the stem ("Which is NOT...") — rephrase positively when possible52- All options should be similar in length and structure5354**True/False:**55- Statement must be unambiguously true or false — no "it depends" answers56- Avoid double negatives57- Test one concept per statement58- Balance approximately 50/50 true and false5960**Short Answer:**61- Question should have a specific, defensible answer (not open to interpretation)62- Provide the expected answer length ("In 1-2 sentences...")63- Include grading criteria in the answer key6465### Cognitive Level Distribution6667| Level | % of Quiz | Question Style |68|-------|-----------|---------------|69| Remember/Recall | 20-30% | Definitions, facts, terminology |70| Understand | 20-30% | Explain concepts, compare ideas |71| Apply | 30-40% | Scenarios, problem-solving, "what would you do" |72| Analyze/Evaluate | 10-20% | Case studies, best approach, justify a decision |7374---7576## Phase 3: Quiz Template7778### Quiz Format7980```81## [Quiz Title]8283**Subject:** [Topic]84**Questions:** [X]85**Time limit:** [X] minutes (optional)86**Passing score:** [X]%8788---8990### Question 1 (Multiple Choice)9192What is the primary purpose of [concept]?9394a) [Distractor — plausible but incorrect]95b) [Correct answer]96c) [Distractor — common misconception]97d) [Distractor — related but wrong]9899---100101### Question 2 (True/False)102103[Statement about the topic.]104105True / False106107---108109### Question 3 (Short Answer)110111In 1-2 sentences, explain [concept or process].112113---114115### Question 4 (Scenario-Based Multiple Choice)116117A client tells you [scenario]. Based on best practices, what should you do first?118119a) [Option A]120b) [Option B]121c) [Option C]122d) [Option D]123124---125126[Continue for all questions...]127```128129### Answer Key Format130131```132## Answer Key — [Quiz Title]133134### Question 1: **B**135[Explanation of why B is correct and why the other options are wrong.136This is the teaching moment — answer keys should educate, not just confirm.]137138### Question 2: **False**139[Explanation: The statement is false because... The correct information is...]140141### Question 3: **Sample Answer**142"[Model answer that would receive full credit.]"143144**Grading criteria:**145- Must mention [key concept 1] (1 point)146- Must mention [key concept 2] (1 point)147- Accurate and clear explanation (1 point)148149### Question 4: **C**150[Explanation with reasoning for why C is the best approach in this scenario.]151```152153---154155## Phase 4: Quiz Delivery & Analysis156157### Delivery Options158159| Format | Best For | Tools |160|--------|----------|-------|161| Paper / PDF | In-person training, printed handouts | Word, Google Docs |162| Online form | Self-paced learning, auto-scoring | Google Forms, Typeform |163| LMS integration | Courses with tracking and certification | Teachable, Thinkific, Kajabi |164| Live verbal | Workshops, quick pulse checks | No tools needed |165166### Quiz Analysis167168After administering, review:169170| Metric | What It Tells You |171|--------|------------------|172| Overall pass rate | Is the quiz appropriately difficult? |173| Average score | Are learners grasping the material? |174| Question-level analysis | Which questions had the lowest correct rate? |175| Distractor analysis | Are wrong answers attracting responses evenly? |176| Time to complete | Is the quiz too long or too short? |177178### Quiz Checklist179180- [ ] Questions align with stated learning objectives181- [ ] Mix of question types and cognitive levels included182- [ ] Multiple choice distractors are plausible (not obviously wrong)183- [ ] No trick questions or ambiguous wording184- [ ] Answer key includes explanations, not just correct answers185- [ ] Passing score is appropriate for the difficulty level186- [ ] Quiz has been tested by someone who knows the material (to catch errors)187- [ ] Quiz has been tested by someone who does NOT know the material (to check clarity)188189---190191## Anti-Patterns192193- **Trick questions** — questions designed to confuse rather than assess learning are unfair and uninformative.194- **Testing trivia instead of understanding** — "What year was X invented?" tests memory, not competence.195- **All recall questions** — if every question is "define this term," the quiz does not test real-world application.196- **Obvious wrong answers** — if three of four options are absurd, the quiz is not assessing anything.197- **No answer explanations** — a quiz without explanations in the answer key wastes a learning opportunity.198- **Too many questions** — quiz fatigue reduces accuracy after 15-20 questions. Keep it focused.199200---201202## Recovery203204- **High failure rate:** Review the questions — are they too hard, ambiguous, or testing content not covered in the source material?205- **Everyone gets a perfect score:** The quiz is too easy. Add application and analysis questions that require deeper thinking.206- **One question has a very low correct rate:** Either the content was not taught well or the question is poorly written. Investigate both possibilities.207- **Learners complain about unfairness:** Review with fresh eyes. Remove any questions that could be interpreted multiple ways.208- **Need more questions for a question bank:** Write 3x the questions you need and rotate them across quiz versions to prevent answer sharing.