{
  "title": "Tada Trivia",
  "categories": [
    {
      "name": "Science",
      "questions": [
        { "value": 100, "question": "What planet is known as the Red Planet?", "answer": "Mars" },
        { "value": 200, "question": "What gas do plants absorb from the air for photosynthesis?", "answer": "Carbon dioxide" },
        { "value": 300, "question": "What is the hardest natural substance on Earth?", "answer": "Diamond" },
        { "value": 400, "question": "What is the chemical symbol for gold?", "answer": "Au" },
        { "value": 500, "question": "How many bones are in the adult human body?", "answer": "206" }
      ]
    },
    {
      "name": "Geography",
      "questions": [
        { "value": 100, "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1d/Taj_Mahal_%28Edited%29.jpeg/1280px-Taj_Mahal_%28Edited%29.jpeg", "answer": "The Taj Mahal" },
        { "value": 200, "question": "What is the capital of Australia?", "answer": "Canberra" },
        { "value": 300, "question": "Which river flows through Cairo?", "answer": "The Nile" },
        { "value": 400, "question": "Which country has the most natural lakes?", "answer": "Canada" },
        { "value": 500, "question": "What is the smallest country in the world by area?", "answer": "Vatican City" }
      ]
    },
    {
      "name": "Movies",
      "questions": [
        { "value": 100, "question": "What is the name of the toy cowboy in Toy Story?", "answer": "Woody" },
        { "value": 200, "question": "Which movie features the quote \"I'll be back\"?", "answer": "The Terminator" },
        { "value": 300, "question": "Who directed Jurassic Park?", "answer": "Steven Spielberg" },
        { "value": 400, "question": "What was the first feature-length animated movie released by Disney?", "answer": "Snow White and the Seven Dwarfs" },
        { "value": 500, "question": "Which film won the first-ever Academy Award for Best Picture?", "answer": "Wings" }
      ]
    },
    {
      "name": "Sports",
      "questions": [
        { "value": 100, "question": "How many players are on a soccer team on the field?", "answer": "11" },
        { "value": 200, "question": "In which sport would you perform a slam dunk?", "answer": "Basketball" },
        { "value": 300, "question": "How often are the Summer Olympics held?", "answer": "Every 4 years" },
        { "value": 400, "question": "In tennis, what is a score of zero called?", "answer": "Love" },
        { "value": 500, "question": "Which country has won the most FIFA World Cups?", "answer": "Brazil" }
      ]
    },
    {
      "name": "Food & Drink",
      "questions": [
        { "value": 100, "question": "What fruit is used to make guacamole?", "answer": "Avocado" },
        { "value": 200, "question": "Which country did pizza originate from?", "answer": "Italy" },
        { "value": 300, "question": "What is the main ingredient in hummus?", "answer": "Chickpeas" },
        { "value": 400, "question": "What spice gives curry its yellow color?", "answer": "Turmeric" },
        { "value": 500, "question": "What is the most expensive spice in the world by weight?", "answer": "Saffron" }
      ]
    },
    {
      "name": "Music",
      "questions": [
        { "value": 100, "question": "How many strings does a standard guitar have?", "answer": "6" },
        { "value": 200, "question": "Which band sang \"Hey Jude\"?", "answer": "The Beatles" },
        { "value": 300, "question": "Who is known as the \"King of Pop\"?", "answer": "Michael Jackson" },
        { "value": 400, "question": "How many keys are on a standard piano?", "answer": "88" },
        { "value": 500, "question": "Which composer wrote the Moonlight Sonata?", "answer": "Ludwig van Beethoven" }
      ]
    }
  ]
}
