{
  "format": "pub-quiz-pack",
  "version": 1,
  "title": "Friday Night Demo Pack",
  "prompt": "Demo pack: two short rounds (general knowledge, 90s pop culture) for trying out the app without an API key.",
  "rounds": [
    {
      "title": "Warm-Up",
      "category": "General Knowledge",
      "questions": [
        {
          "text": "What is the capital of Australia?",
          "answer": "Canberra",
          "points": 1,
          "type": "TEXT"
        },
        {
          "text": "How many continents are there?",
          "answer": "Seven",
          "points": 1,
          "type": "TEXT"
        },
        {
          "text": "What planet is known as the Red Planet?",
          "answer": "Mars",
          "points": 1,
          "type": "TEXT"
        }
      ]
    },
    {
      "title": "Flashback",
      "category": "90s Pop Culture",
      "questions": [
        {
          "text": "Who played Jack in the 1997 film Titanic?",
          "answer": "Leonardo DiCaprio",
          "points": 2,
          "type": "TEXT"
        },
        {
          "text": "What was the best-selling console of the 1990s?",
          "answer": "Sony PlayStation",
          "points": 2,
          "type": "TEXT"
        },
        {
          "text": "Which British girl group released 'Wannabe' in 1996?",
          "answer": "Spice Girls",
          "points": 2,
          "type": "TEXT"
        }
      ]
    }
  ]
}