{
  "instruction": "Move your character using the arrow keys. Hit the question mark (?) to reveal the question. Choose the correct conjunction 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",
  "type": "Mario-MCQ",
  "Questions": [
    [
      "The bus was late, __________ we reached school after the bell rang.",
      "but,and,so,if",
      "so"
    ],
    [
      "I like mangoes __________ grapes.",
      "or,and,when,but",
      "and"
    ],
    [
      "Tina studied hard, __________ she scored good marks.",
      "so,if,but,or",
      "so"
    ],
    [
      "__________ the teacher entered the class, the students became quiet.",
      "And,But,Or,When",
      "When"
    ],
    [
      "Hurry up, __________ we will miss the train.",
      "and,if,or,when",
      "or"
    ]
  ]
}