[
  {
    "question": "What is the capital of France?",
    "answers": [
      "Paris",
      "London",
      "Berlin",
      "Rome"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the tallest mountain in the world?",
    "answers": [
      "Mount Everest",
      "K2",
      "Aconcagua",
      "Denali"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest ocean in the world?",
    "answers": [
      "Pacific Ocean",
      "Atlantic Ocean",
      "Indian Ocean",
      "Arctic Ocean"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the planet closest to the sun?",
    "answers": [
      "Mercury",
      "Venus",
      "Earth",
      "Mars"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest country in the world by area?",
    "answers": [
      "Russia",
      "Canada",
      "China",
      "United States"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the smallest country in the world by area?",
    "answers": [
      "Vatican City",
      "Monaco",
      "Nauru",
      "Tuvalu"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest ocean fish?",
    "answers": [
      "Whale Shark",
           
      "Sunfish",
      "Giant Trevally",
      "Marlin"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the tallest animal in the world?",
    "answers": [
      "Giraffe",
      "Ostrich",
      "Elephant",
      "Rhinoceros"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the fastest land animal in the world?",
    "answers": [
      "Cheetah",
      "Lion",
      "Tiger",
      "Leopard"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the fastest bird in the world?",
    "answers": [
      "Common Swift",
      "Hummingbird",
      "Falcon",
      "Sparrow"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest bird in the world?",
    "answers": [
      "Ostrich",
      "Emu",
      "Rhea",
      "Cassowary"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the smallest bird in the world?",
    "answers": [
      "Bee Hummingbird",
      "Kitti's Hog-nosed Bat",
      "Bumblebee Bat",
      "Bumblebee"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest reptile in the world?",
    "answers": [
      "Saltwater Crocodile",
      "Komodo Dragon",
      "Gila Monster",
      "Python"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the smallest reptile in the world?",
    "answers": [
      "Dwarf Gecko",
      "Spectacled Cobra",
      "King Cobra",
      "Viper"
    ],
    "correctAnswer": 0
  },
  {
    "question": "What is the name of the largest amphibian in the world?",
    "answers": [
      "Chinese Giant Salamander",
      "Japanese Giant Salamander",
      "Amazonian Giant Salamander",
      "African Clawed Frog"
    ],
    
