Maturita Quiz
Create New Quiz
Paste your quiz JSON schema below. See the example to get started.
Visibility
Public
Private
Unlisted
Quiz JSON
{ "schemaVersion": "1.0", "title": "Example Quiz", "description": "A sample quiz to get you started", "tags": [ "example", "sample" ], "questions": [ { "id": "q1", "prompt": "What is 2 + 2?", "answers": [ { "text": "3" }, { "text": "4" }, { "text": "5" }, { "text": "6" } ], "correctIndex": 1, "hint": "Think about basic addition", "explanation": "2 + 2 equals 4" } ] }
Create Quiz
Cancel