[
  {
    "category": "Historic Landmarks",
    "question": "In which country can you find the historic site of Machu Picchu?",
    "options": [
      "Mexico",
      "Peru",
      "Colombia",
      "Brazil"
    ],
    "correctIndex": 1,
    "funFact": "Machu Picchu is a 15th-century Inca citadel in the Andes of Peru."
  },
  {
    "category": "Flags",
    "question": "Which flag belongs to Japan?",
    "questionMediaUrl": "https://example.com/media/questions/japan-flag-question.jpg",
    "questionMediaType": "image",
    "options": [
      {
        "text": "Option A",
        "mediaUrl": "https://example.com/media/options/flag-a.jpg",
        "mediaType": "image"
      },
      {
        "text": "Option B",
        "mediaUrl": "https://example.com/media/options/flag-b.jpg",
        "mediaType": "image",
        "funFact": "Japan's flag is known as the Hinomaru."
      },
      {
        "text": "Option C",
        "mediaUrl": "https://example.com/media/options/flag-c.jpg",
        "mediaType": "image"
      },
      {
        "text": "Option D",
        "mediaUrl": "https://example.com/media/options/flag-d.jpg",
        "mediaType": "image"
      }
    ],
    "correctIndex": 1,
    "funFact": "Japan's national flag features a red circle representing the sun."
  },
  {
    "category": "World Cuisine",
    "question": "Which country did the croissant originally come from?",
    "options": [
      {
        "text": "France",
        "value": "fr"
      },
      {
        "text": "Italy",
        "value": "it"
      },
      {
        "text": "Austria",
        "value": "at",
        "funFact": "The croissant evolved from the Austrian kipferl."
      },
      {
        "text": "Switzerland",
        "value": "ch"
      }
    ],
    "correctIndex": 2,
    "funFact": "Although strongly associated with France, the croissant evolved from an Austrian pastry."
  }
]
