{
  "instructions": "Navigate your car along the right path by selecting the correct answer and race towards victory!",
  "attempts": "2",
  "Questions": [
    [
      "Q1",
      "Which vehicle is the fastest means of transport?",
      "Aeroplane,Bus,Boat",
      "Aeroplane"
    ],
    [
      "Q2",
      "Which transport is used to carry goods from one country to another?",
      "Bicycle,Train,Cargo ship",
      "Cargo ship"
    ],
    [
      "Q3",
      "What do people use to travel from one city to another?",
      "Bullock cart,Train,Bicycle",
      "Train"
    ],
    [
      "Q4",
      "Which of these moves on water?",
      "Ship,Truck,Motorcycle",
      "Ship"
    ],
    [
      "Q5",
      "Which transport is used in hilly regions?",
      "Camel,Elephant,Mule",
      "Mule"
    ]
  ]
}