Generate educational practice questions from lecture notes to test student understanding. Use when users request practice questions, exam preparation materials, study guides, or assessment items based on lecture content.
Generate comprehensive practice questions from lecture notes to test student understanding of learning objectives and key concepts.
Supported formats: LaTeX (.tex), PDF, Markdown (.md), plain text (.txt)
PDF: Use pdfplumber for text extraction
LaTeX: Read as text, strip preamble (everything before \begin{document}), preserve math environments ($...$, \[...\], \begin{equation}, etc.)
Markdown/Text
Content to extract:
Generate questions in this order:
For each question type, follow guidelines below, and never include answer key.
Test factual understanding and common misconceptions.
Coverage:
Difficulty progression:
Quality criteria:
Examples:
Test deeper understanding by requiring students to articulate concepts, compare approaches, and explain reasoning.
Topic selection:
Question formulations:
Quality criteria:
Examples:
Test practical implementation through code.
Scope:
Required structure:
Language:
Test ability to apply concepts or algorithms explained in lecture notes to realistic scenarios.
Components:
Data generation: If needed, provide simple, clear code to generate appropriate data.
Output format depends on user request (LaTeX, PDF, Markdown, plain text).
General structure for all formats:
For specific formats: For LaTeX and Markdown document structures, use the following templates (in assets/ folder):
questions_template.tex - Complete LaTeX document structure with formattingmarkdown_template.md - Complete Markdown document structureReferences (in references/ folder):
examples_by_topic.md - Domain-specific question examples for ML topics (algorithms, preprocessing, evaluation, etc.)