What problem does it solve?
This Skill addresses the need for scalable, chapter-aligned assessments by generating a complete 50-question college-level conceptual quiz that loads into context via a globally registered Quiz component, enabling interactive, batch-friendly learning experiences and avoiding static markdown quizzes.
Core Features & Use Cases
- 50 total questions with comprehensive chapter coverage
- Interactive Quiz component with immediate feedback after each answer
- Randomized batching: 15-20 questions per session, reshuffled on retake
- Automated explanations addressing why each distractor is incorrect
- Option-length validation: all options within ±3 words to prevent length-based guessing
- Automated answer redistribution to ensure even correctOption distribution across 0-3 indices
- Source field for every question (Lesson N: Title) to aid review
- Global registration of the Quiz component for seamless activation
- Theme support and accessibility considerations for responsive UIs
Quick Start
Create a 50-question interactive quiz for a chapter and render it with the global <Quiz /> component, batching 15-20 questions per session.
Quick Start
Use this Skill to generate, validate, and wire a fully interactive 50-question quiz that loads as a single <Quiz /> instance with automatic batching and immediate feedback.