Can ChatGPT Make Quizzes? Yes — Here's How to Get Good Ones
TL;DR. Yes, ChatGPT can make quizzes. With a naive prompt, the output is mediocre — surface-level recall questions, weak distractors, occasional hallucinations. With an engineered prompt, the output rivals dedicated quiz tools. The trade-off: dedicated tools handle ingestion (PDF, URL, video), validation, and storage; ChatGPT doesn't.
The short answer
You can paste any text into ChatGPT and ask "make 10 quiz questions from this", and it will. The output will be functional but mediocre: questions that test "what is X" rather than "why does X happen", distractors that are obviously wrong, and (rarely but reliably) one or two answers that don't match the source.
With a more careful prompt, the same model produces dramatically better questions. The difference between mediocre and excellent ChatGPT quizzes is entirely in the prompt.
A prompt that works
Use this template (copy-paste, edit the placeholders):
```
You are an expert assessment designer. Generate [N] quiz questions from the source text below.
Requirements:
Return JSON:
{
"questions": [
{
"type": "multiple_choice",
"question": "...",
"choices": ["...", "...", "...", "..."],
"correctIndex": 0,
"explanation": "..."
}
]
}
Source:
[PASTE SOURCE HERE]
```
Replace [N] with your question count and paste your source. The output will be roughly 5x better than the naive version.
Why this prompt works
Each line does specific work:
Drop any of these and the output degrades.
What ChatGPT does well for quizzes
What ChatGPT does badly for quizzes
For a one-off quiz, none of these matter. For ongoing teaching or training, they all do.
ChatGPT vs dedicated quiz tools
A clean comparison:
Use ChatGPT when:
Use a dedicated quiz tool (like [SimpleQuizMaker](/blog/ai-quiz-generator-explained)) when:
A hybrid workflow
Many teachers use both:
This combines ChatGPT's flexibility with the dedicated tool's infrastructure.
When ChatGPT is wrong
Things to verify:
The general rule: trust ChatGPT for question structure; verify every fact.
Frequently Asked Questions
Is using ChatGPT to make a quiz cheating?
For a teacher creating a quiz: no, it's content generation, just like using a textbook. For a student answering a quiz: depends on the assignment policy. See Designing Assessments AI Can't Cheat.
Can ChatGPT generate a quiz from a PDF?
The paid version (with file upload) yes. The free version no — you have to paste text. Dedicated quiz tools handle PDFs natively on free tiers.
Will ChatGPT save my quiz?
Only within the chat history. If you want a quiz you'll re-deliver, copy it out or use a tool that stores it.
Are ChatGPT-generated quizzes accurate enough to grade students on?
Edited carefully, yes. Out of the box, no. Plan to spend 5–10 minutes verifying each generated quiz before grading.
Can I make ChatGPT randomize questions?
You can ask, but the randomization is per-generation, not per-student. For real per-student randomization, use a dedicated tool.
---
Want AI-generated quizzes with PDF ingestion, source grounding, randomization, and explanations included automatically? Try SimpleQuizMaker free. Back to the [AI Quiz Generator pillar guide](/blog/ai-quiz-generator-explained).
Get weekly study & quiz tips
Join teachers and students who get practical tips on quizzing, active recall, and AI-powered learning.
James Okafor
EdTech Researcher & Instructional Designer
Practice with AI-generated quizzes
Ready to create your first quiz?
Use AI to generate quizzes from your own study materials in seconds.
Try SimpleQuizMaker Free