{
  "schema_version": 1,
  "quiz": {
    "title": "Kitchen Safety Check",
    "description": "Choose the best answer for each question.",
    "settings": {
      "shuffle_questions": false,
      "shuffle_answers": false,
      "allowed_attempts": 1,
      "show_correct_answers": true
    }
  },
  "questions": [
    {
      "type": "multiple_choice",
      "title": "Stovetop safety",
      "text": "Which item should be kept away from a hot stovetop?",
      "points": 1,
      "answers": [
        { "text": "Paper towels", "correct": true },
        { "text": "A metal pan", "correct": false },
        { "text": "A burner grate", "correct": false }
      ]
    },
    {
      "type": "true_false",
      "text": "Turn pot handles inward while cooking.",
      "points": 1,
      "answers": [
        { "text": "TRUE", "correct": true },
        { "text": "FALSE", "correct": false }
      ]
    }
  ]
}
