{
  "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":[
  [
    "In places where it rains a lot, houses are often built on ____.",
    "stilts,water",
    "stilts"
  ],
  [
    "Places which have frequent earthquakes have houses built of ____.",
    "bricks,wood",
    "wood"
  ],
  [
    "Kachcha houses are mostly found in ____.",
    "big cities,villages",
    "villages"
  ],
  [
    "Houses in cold areas have ____ to keep the inside of the house warm.",
    "open spaces,fireplaces",
    "fireplaces"
  ],
  [
    "The ____ roofs do not allow rainwater to collect and make the house damp.",
    "flat,sloping",
    "sloping"
  ]
]
}