{
  "rubric": "Move your character using the arrow keys. Hit the question mark (?) to reveal the question. Type your answer in the writing space. Collect the star upon giving the correct answer. Once all questions are attempted, reach the finish line to complete the game.",
  "attempts": "2",
  "case_sense": "0",
  "Questions": [
    [
      "A number is multiplied by 0 and the answer is 0.  What is the number?",
      "any"
    ],
    [
      "2 × 5 = 10.  How many groups are there?",
      "2"
    ],
    [
      "3 × 4 = 12  How many are in each group?",
      "4"
    ],
    [
      "Skip count by 2: 2, 4, 6, 8, 10  How many numbers are there?",
      "5"
    ],
    [
      "5 + 5 + 5 = 15  What operation is this also called?",
      "multiplication"
    ]
  ]
}