{
  "title": "B Sounds",
  "questions": [
    {
      "text": "What animal hops around?",
      "options": [
        "dog",
        "bunny",
        "cat",
        "duck"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you call frozen water?",
      "options": [
        "fire",
        "juice",
        "ice cube",
        "milk"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do people use for sleeping?",
      "options": [
        "desk",
        "table",
        "stove",
        "bed"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you read?",
      "options": [
        "desk",
        "plant",
        "book",
        "TV"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What is used to clean your teeth?",
      "options": [
        "soap",
        "toothbrush",
        "water",
        "gum"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Which animal can fly?",
      "options": [
        "fish",
        "bird",
        "snake",
        "mouse"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you throw and catch?",
      "options": [
        "rope",
        "ring",
        "ball",
        "bowl"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What fruit is yellow and long?",
      "options": [
        "apple",
        "banana",
        "orange",
        "grape"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What month has Valentine's Day?",
      "options": [
        "January",
        "February",
        "March",
        "April"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What color is the sky on a clear day?",
      "options": [
        "red",
        "green",
        "yellow",
        "blue"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you throw in a pool?",
      "options": [
        "rock",
        "beach ball",
        "shoe",
        "hat"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you use to hit a baseball?",
      "options": [
        "glove",
        "hand",
        "stick",
        "bat"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What insect makes honey?",
      "options": [
        "fly",
        "ant",
        "lizard",
        "bee"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What rings when school is out?",
      "options": [
        "door",
        "bell",
        "phone",
        "tablet"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What vehicle has two wheels?",
      "options": [
        "plane",
        "train",
        "bike",
        "car"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Where do you keep money?",
      "options": [
        "school",
        "bank",
        "ice cream shop",
        "shoe"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    }
  ]
}