Quizbun docs
Create a Quiz here, then publish it in the public Catalog if you want to. Start with the prompt when you use an AI tool. If you prefer to write the JSON yourself, pick the closest example and adapt it.
The Quiz Object Standard
The complete reference for Quizbun's versioned JSON format. It documents every field, every rule, and the strict validation behind its detailed error messages. Tools can also read the published JSON Schema.
Generate a Quiz with AI
Copy one self-contained prompt into any AI chat to generate a valid Quiz. The prompt includes the JSON Schema, a canonical example, and all the rules the AI needs.
Example Quizzes
Each canonical Quiz demonstrates one Question shape. Copy the closest one instead of working backward from the schema, then try it on the import page.
Contribute to the Catalog
Follow a Quiz from your AI chat to a merged pull request. The guide covers local validation, the Public catalog profile, and how to fix anything CI rejects.