{
  "type": "Mario-MCQ",
  "instruction": "Move your character using the arrow keys. Hit the question mark (?) to reveal the question. Choose correct answer from the options provided. Collect the star upon giving the correct answer. Once all questions are attempted, reach the finish line to complete the game.",
  "attempts": 2,
  
  "Questions": [
    [
      "Which of the following is true about artificial intelligence?",
      "It is the same as human intelligence,It can only perform repetitive tasks,It can understand and analyze large amounts of data,It can never make mistakes",
      "It can understand and analyze large amounts of data"
    ],
    [
      "Which of the following is a popular humanoid model?",
      "Alexa,Asimo,Siri,ChatGPT",
      "Asimo"
    ],
    [
      "What is the purpose of humanoid robots?",
      "To perform repetitive tasks,To assist doctors and police persons,To look and act like humans,To play music",
      "To look and act like humans"
    ],
    [
      "What is a self-driving car?",
      "A car that can fly in space,A car that can drive without human input,A car that can only drive on a specific route,A car that drives underwater",
      "A car that can drive without human input"
    ],
    [
      "What is a smart speaker?",
      "A speaker that can only play music,A speaker that uses AI to perform everyday tasks,A speaker that can only be controlled by a remote,A speaker that needs wires to work",
      "A speaker that uses AI to perform everyday tasks"
    ]
  ]


}