{
  "mainGames": [
    {
      "q": "Name something you might find in a desert.",
      "a": [
        {"t": "Sand", "p": 50},
        {"t": "Cactus", "p": 30},
        {"t": "Camel", "p": 15},
        {"t": "Heat", "p": 5}
      ]
    }
  ],
  "fastMoneyGames": [
    {
      "q": "How many hours of sleep do you get?",
      "a": [
        {"t": "8", "p": 60},
        {"t": "6", "p": 20},
        {"t": "7", "p": 10}
      ]
    }
  ]
}
