{
  "rubric": "Fill in the blanks.",
  "attempts": "2",
  "case_sense": "0",
  "Questions": [
    [
      "The number that comes after 9 is _______.",
      "10"
    ],
    [
      "The number that comes before 12 is _______.",
      "11"
    ],
    [
      "The number between 14 and 16 is _______.",
      "15"
    ],
    [
      "10 and 5 make _______.",
      "15"
    ],
    [
      "When we arrange numbers from smallest to biggest, it is called _______ order.",
      "ascending"
    ]
  ]
}