Quizbun docs
Everything you need to create a quiz and, if you want, publish it in the public Catalog. Start with the prompt if you are generating with an AI tool, or with the examples if you are writing JSON by hand.
The Quiz Object Standard
The normative reference for the versioned JSON quiz format: every field, every rule, and the strictness guarantees that make validation errors precise. Tooling can also consume the publishedJSON Schema.
Generate a quiz with AI
A self-contained prompt you copy into any AI chat to generate one valid quiz. It embeds the JSON Schema and a canonical example, so the AI has everything it needs in a single paste.
Example quizzes
Four canonical quizzes — one per question shape. Copy one as a starting point instead of reverse-engineering the format, and import it on theimport page to try it immediately.
Contribute to the Catalog
How a quiz goes from your AI chat to a merged pull request: validate on the import page, meet the Public catalog profile, open a PR, and use the CI feedback to fix anything it rejects.