[
  {
    "id": 1,
    "question": "Which language runs directly in the browser?",
    "options": [
      "Python",
      "JavaScript",
      "C",
      "Java"
    ],
    "answer": "JavaScript",
    "level": 1,
    "prize": 1000,
    "category": "Web"
  },
  {
    "id": 2,
    "question": "Which file contains page structure?",
    "options": [
      "style.css",
      "README.md",
      "index.html",
      "app.js"
    ],
    "answer": "index.html",
    "level": 2,
    "prize": 2000,
    "category": "HTML"
  },
  {
    "id": 3,
    "question": "Which file contains design rules?",
    "options": [
      "questions.json",
      "main.dart",
      "package.json",
      "style.css"
    ],
    "answer": "style.css",
    "level": 3,
    "prize": 5000,
    "category": "CSS"
  }
]