{
  "instructions": "Navigate your car along the right path by selecting the correct answer and race towards victory!",
  "attempts": "2",
  "type": "Car_Drive",
  "Questions": [
    [
      "Q1",
      "Which of the following is a proper fraction?",
      "9/5,4/7,6/6",
      "4/7"
    ],
    [
      "Q2",
      "Which fraction is equal to 1/2?",
      "2/4,3/5,4/5",
      "2/4"
    ],
    [
      "Q3",
      "Which is the smallest fraction?",
      "3/8,5/8,7/8",
      "3/8"
    ],
    [
      "Q4",
      "What is the LCM of 3 and 4?",
      "12,7,1",
      "12"
    ],
    [
      "Q5",
      "2/3 + 1/3 =",
      "3/6,3/3,2/6",
      "3/3"
    ]
  ]
}