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.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./6.Creating Custom Skills(自定义skills)/generating-practice-questions/SKILL.mdGenerate 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.)4a57fc9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.