quiz

Generate five multiple-choice questions with explanations from provided text.

1|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rudometkin/GenAI-intensive --skill quiz-rudometkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz
Source: https://github.com/rudometkin/GenAI-intensive/tree/main/projects/DemyanovaDarya/Skills/quiz
Command: npx skills add https://github.com/rudometkin/GenAI-intensive --skill quiz-rudometkin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps educators and teams rapidly generate quizzes from any source text to gauge understanding and retention.

Core Features & Use Cases

  • Generates five multiple-choice questions with four options (A-D) and explanations based on the provided text.
  • Returns results in a strict JSON array suitable for automated grading or LMS ingestion.
  • Use Case: In a workshop, paste a lecture transcript to generate a quick assessment for participants.

Quick Start

Paste text or upload a document and run the generator to get a 5-question JSON quiz.

Frequently Asked Questions about quiz

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

FAQPage Schema
How do I generate a quiz from a PDF or text document?

To generate a quiz from a PDF or text document, simply paste the text or upload the file. The skill processes the input and creates a 5-question multiple-choice quiz with explanations in a structured JSON array.

What is the structure of the JSON output for automated quiz assessment?

The JSON output for automated quiz assessment is a strict JSON array containing exactly five multiple-choice questions. Each question includes four options labeled A through D, identifies the correct answer, and provides a detailed explanation.

Can I use this to create a workshop assessment from a lecture transcript?

Yes, you can create a workshop assessment from a lecture transcript by pasting the transcript text. The tool generates five multiple-choice questions to gauge participant understanding and retention of the material.

Does the quiz generator support markdown and txt files?

Yes, the quiz generator supports markdown and txt files, as well as PDF documents. You can upload these file types or paste the text directly to generate your structured assessment questions.

Why does my generated quiz only have five questions?

Your generated quiz only has five questions because the skill enforces a strict schema of exactly five multiple-choice questions. This standardization ensures consistent formatting for automated grading and LMS ingestion.