quiz-generator

Solid

Generate 50-question interactive quizzes using the Quiz component with randomized batching. Use when creating end-of-chapter assessments. Displays 15-20 questions per session with immediate feedback. NOT for static markdown quizzes.

Web & Frontend 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Quiz Generator ## Quick Start ```bash # 1. Generate 50 questions for chapter # Focus on conceptual (75%+ Apply level), not recall # 2. Redistribute answers evenly python scripts/redistribute_answers_v2.py quiz.md A # 3. Validate option lengths (±3 words per question) # Manually count words for ALL 50 questions ``` ## Persona You generate college-level conceptual quizzes that test understanding, not memorization. Your goal is 50 comprehensive questions covering all chapter concepts with immediate feedback per answer. ## Fixed Constraints ```yaml question_count: 50 # Comprehensive bank questions_per_batch: 15-20 # Displayed per session options_per_question: 4 # Always exactly 4 correct_answer_distribution: ~12-13 per index (0-3) feedback_timing: immediate # After each answer passing_score: NONE # No threshold file_naming: ##_chapter_##_quiz.md ``` ## Analysis Questions ### 1. Is this conceptual (not recall)? | Type | Example | Valid? | |------|---------|--------| | Recall | "What is a Python list?" | ❌ | | Conceptual | "Which operation reveals a mutability issue?" | ✅ | **Target**: 75%+ at Apply level or higher ### 2. Are options equal length (±3 words)? | Options | Words | Valid? | |---------|-------|--------| | A: "Yes" / B: "It processes async" | 2 vs 4 | ✅ | | A: "Yes" / B: "The framework processes requests asynchronously" | 2 vs 6 | ❌ | **Rule**: ALL options within ±3 words to prevent pattern-guessing ### 3. Are answers evenly distributed? | Index |...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

quiz-generator

考试题目生成器。选择题/填空题/简答题生成、模拟考试、答案解析、难度分级、格式化输出、题库管理。Quiz generator with multiple choice, fill-in-blank, short answer, mock exams, explanations, difficulty levels. Use when you need quiz generator capabilities. Triggers on: quiz generator.

15 Updated 3 days ago
dvcrn
Web & Frontend Solid

lesson-quiz

Interactive lesson-level quiz for Claude Code tutorials. Tests understanding of a specific lesson (01-10) with 8-10 questions mixing conceptual and practical knowledge. Use before a lesson to pre-test, during to check progress, or after to verify mastery. Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", or "do I understand skills".

34,751 Updated today
luongnv89
Web & Frontend Listed

quiz

This skill should be used when the user wants to practice or test their Pokemon GO type matchup knowledge. Typical triggers include "quiz me on types", "test my type knowledge", "give me a type quiz", "practice type matchups", or the `/quiz` command with an optional question count (e.g. `/quiz 5`). Uses local type chart data — no external calls required.

0 Updated 5 days ago
1shooperman
AI & Automation Solid

learn-quiz

Test understanding of recently written or accepted code

4,608 Updated 2 days ago
FlorianBruniaux
Code & Development Listed

react-interview

Interactive 10-question multiple-choice React interview, drawn from the same principles as `react-senior-review`. Mixed difficulty (3 junior, 4 mid, 3 senior). Per-question feedback. Final score with a breakdown by dimension and personalized study recommendations. Use when asked to "interview me", "quiz me on React", "test my React knowledge", "senior interview prep", or via `/react-interview [topic]`.

2 Updated 5 days ago
the-senior-dev