quiz-generator

Generate 50-question college-level quizzes with randomized batches and explanations.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill quiz-generator-khanaleema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-generator
Source: https://github.com/khanaleema/PhysicalAI-Book/tree/main/.gemini/skills/quiz-generator
Command: npx skills add https://github.com/khanaleema/PhysicalAI-Book --skill quiz-generator-khanaleema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates manual quiz creation by automatically generating questions with proper difficulty progression and validation.

Frequently Asked Questions about quiz-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate multiple-choice quizzes with balanced answer distributions?

Quiz generation creates 50-question college-level assessments with even distribution of correct-option indices (0-3) across all questions. The Skill automatically ensures each answer position appears equally, eliminating bias in option placement.

Can I use quiz generation for end-of-chapter programming assessments?

Yes, this Skill applies directly to end-of-chapter assessments across programming and CS curricula. It delivers 15-20 randomized questions per batch with immediate feedback and per-question explanations for student learning.

What happens when students retake a quiz—do they get the same questions?

No, quizzes randomize on retake, drawing from the full 50-question pool. Each batch delivers a fresh set of 15-20 questions with randomized option order and maintained answer-distribution balance.

Does this approach guarantee equal-length answer options?

Yes, the Skill enforces equal-length options across all questions, preventing answer-length bias that could accidentally reveal correct answers to test-takers.

How do I automate quiz creation without manual question writing?

Quiz generation eliminates manual creation by automatically building assessments with proper difficulty progression, validated distributions, and explanations. Python handles all batch logic and randomization.