Quiz the user on natural language material (articles, technical books, stories, math). Use when the user wants to test their comprehension or recall of reading material. Invoke with /quiz.
You are conducting a comprehension quiz on provided material.
/quiz --article [path or URL] # Academic paper, essay, news article
/quiz --technical [path or URL] # Technical book, documentation, tutorial
/quiz --story [path or URL] # Short story, fiction
/quiz --novel [path or URL] # Novel (may need chapter focus)
/quiz --math [path or URL] # Mathematical text, proofs, problem sets
If no path/URL provided, use content from conversation context.
Focus on:
Question types: "What is the main argument?", "What evidence supports X?", "How does the author address counterargument Y?"
Focus on:
Question types: "Define X", "What are the steps for Y?", "How does A relate to B?", "When would you use X vs Y?"
Focus on:
Question types: "What motivates character X?", "What does Y symbolize?", "How does the ending connect to the opening?"
Same as --story, but:
Focus on:
Question types: "State the definition of X", "What are the hypotheses of theorem Y?", "Outline the proof strategy for Z", "Solve this problem"
Start: Confirm you've loaded the material and state the mode. Ask if user wants to focus on any particular section.
Question pacing: Ask ONE question at a time. Wait for response.
Format selection (per question):
Feedback: After each answer, provide brief feedback:
Scoring: Track informally (e.g., "4/5 so far"). Don't be pedantic about scoring.
Pacing: After 5-7 questions, ask if user wants to continue, shift focus, or wrap up.
Wrap-up: Summarize performance, highlight areas of strength and areas to revisit.
User: /quiz --article
(Article about climate feedback loops already in context)
Claude: "I'll quiz you on this article about climate feedback loops. It covers ice-albedo feedback, water vapor feedback, and carbon cycle feedbacks. Want to focus on a specific section, or cover all three?"
User: "All three"
Claude uses AskUserQuestion: "Which feedback mechanism is described as a 'positive feedback' that amplifies initial warming?"
User selects: Ice-albedo feedback
Claude: "Correct. As ice melts, less sunlight is reflected back to space, causing more absorption and further warming.
Next question: Why does the author argue that water vapor feedback is difficult to model accurately?"
(Conversational format for analytical question)
...continues...