generate_quiz_batch

Generate JSON quiz batches with fixed question distributions and manifest updates.

2|Updated Jun 1, 2022
One-click install
npx skills add https://github.com/BlindsidedGames/BlindsidedGames --skill generate-quiz-batch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate_quiz_batch
Source: https://github.com/BlindsidedGames/BlindsidedGames/tree/main/_agents/skills/generate_quiz_batch
Command: npx skills add https://github.com/BlindsidedGames/BlindsidedGames --skill generate-quiz-batch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of structured quiz batches in JSON for BlindsidedGames, eliminating manual content creation.

Core Features & Use Cases

  • Batch generate quizzes across multiple topics and difficulties in a standardized JSON format.
  • Enforce a fixed distribution per quiz: 1 multiple-choice, 2 true-false, 7 self-eval questions.
  • Output to quizzes/ and update quizzes/manifest.json to enable easy discovery and integration.

Quick Start

Ask me to generate a batch of quizzes by specifying category, difficulty, and batch size to produce JSON files in quizzes/.

Frequently Asked Questions about generate_quiz_batch

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

FAQPage Schema
How do I generate quiz batches in JSON format with a fixed question distribution?

To generate quiz batches in JSON format, specify the category, difficulty, and batch size. The system enforces a fixed distribution per 10-question quiz: 1 multiple-choice, 2 true-false, and 7 self-eval questions.

What is the best way to automate structured quiz creation across multiple topics and difficulties?

Automating structured quiz creation involves batch generating standardized JSON files across multiple topics and difficulties. The process eliminates manual content creation and outputs files directly into a quizzes directory with a standardized naming convention.

How does the manifest.json file get updated when generating batch quizzes?

When generating batch quizzes, the system automatically updates the quizzes/manifest.json file. This ensures easy discovery and integration of the newly created JSON quiz files within the broader application structure.

Can I customize the filename format when outputting batch quiz JSON files?

The filename format for outputting batch quiz JSON files follows a strict convention: [category]_[difficulty]_[xx].json. This standardized naming ensures consistent organization and easy retrieval within the quizzes directory.

Do I need to manually set the question types when generating these JSON quizzes?

No manual setup of question types is needed when generating these JSON quizzes. The system automatically enforces the required distribution, allocating exactly 1 multiple-choice, 2 true-false, and 7 self-eval questions for each 10-question batch.

How do I validate the JSON structure of generated quiz batches?

Validating the JSON structure of generated quiz batches relies on the strict format requirements built into the generation process. The system enforces the exact question distribution and file naming conventions to ensure structural compliance.