Generate multiple-choice quizzes from lecture slides or reading PDFs. Creates MCQs focused on identification strategy, econometric assumptions, and conceptual understanding. Use when user says 'quiz', 'MCQ', 'multiple choice', 'test questions', 'self-assessment', or 'concept check'.
Generate high-quality multiple-choice questions from lecture content or academic papers. Designed for MA-level economics courses with emphasis on causal identification, econometric reasoning, and conceptual understanding.
Read the input material (lecture .qmd, paper PDF, or reading summary):
Generate questions at three difficulty levels:
Easy (knowledge recall + basic comprehension):
Medium (application + analysis):
Hard (synthesis + evaluation):
Review each question as if you were a diligent student:
Drop questions that fail any of these checks.
## Quiz: [Topic]
### Lecture [N]: [Title]
**Q1.** [Stem]
- A) [Choice]
- B) [Choice]
- C) [Choice]
- D) [Choice]
*Correct: B*
*Explanation: [Why B is correct, why A/C/D are wrong]*
*Learning objective: [One sentence]*
[... repeat for all questions]
Same format but with difficulty tags and organized by topic/section.
\begin{frame}{Concept Check}
\textcolor{highlight}{Which of the following best describes the exclusion restriction in [Paper]?}
\pause
\begin{enumerate}[A)]
\item [Distractor 1]
\item \textcolor{usgblue}{\textbf{[Correct answer]}}
\item [Distractor 2]
\item [Distractor 3]
\end{enumerate}
\pause
\source{Based on [Author (Year)]}
\end{frame}