PromptLearning
Have the model quiz you on a topic
A prompt that makes the model quiz you one question at a time, grade every answer honestly, and target your weak areas.
Last updated
Fill in the blanks
Assembled in your browser — nothing you type is stored or sent anywhere.
Your prompt
Quiz me on SQL joins and when to use each type at intermediate — I know SELECT and WHERE but mix up joins depth. Act as the quizzer, not the explainer.
Ask me ONE question at a time, then stop and wait for my answer — never ask several questions in a row or answer for me. After each answer, grade it honestly (correct / partially correct / incorrect) and, if I got it wrong, give the correct answer with a one-line reason why. Keep a running note of which areas I'm getting wrong and weight later questions toward those, rather than moving on evenly. If I ask you to just tell me the answer instead of quizzing me, do it once, then return to quizzing. If a question of mine reveals a gap in what you know about SQL joins and when to use each type, say so instead of guessing at an answer.
Model-agnostic — works in Claude, ChatGPT, Gemini or any AI chat.
Why this prompt works
- →"One question at a time, then wait" is the instruction that actually makes this a quiz, instead of a wall of questions and answers the model generates by itself.
- →Directing follow-up questions toward whatever I got wrong turns the session into targeted practice instead of a fixed list unrelated to my actual gaps.
- →Honest grading has to be stated explicitly, because left unprompted, models default to waving near-misses through as correct rather than marking them wrong.