{
  "title": "CVC Words",
  "questions": [
    {
      "text": "What animal says \"meow\"?",
      "options": [
        "dog",
        "cat",
        "pig",
        "cow"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What shows you where places are?",
      "options": [
        "map",
        "book",
        "clock",
        "phone"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you wear on your head?",
      "options": [
        "sock",
        "glove",
        "hat",
        "shoe"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What blows air to keep you cool?",
      "options": [
        "heater",
        "light",
        "door",
        "fan"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you carry groceries in?",
      "options": [
        "box",
        "cart",
        "car",
        "bag"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Where do you sleep at night?",
      "options": [
        "bed",
        "chair",
        "couch",
        "desk"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you write with that has ink?",
      "options": [
        "pencil",
        "crayon",
        "pen",
        "marker"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What does a spider make to catch bugs?",
      "options": [
        "hole",
        "web",
        "nest",
        "trap"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What is an animal you keep at home?",
      "options": [
        "pet",
        "wolf",
        "lion",
        "bear"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What farm animal has a curly tail?",
      "options": [
        "cow",
        "sheep",
        "pig",
        "horse"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do babies wear when eating?",
      "options": [
        "hat",
        "shoe",
        "bib",
        "sock"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What helps a fish swim?",
      "options": [
        "wing",
        "shoe",
        "hat",
        "fin"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you do with a shovel?",
      "options": [
        "cut",
        "dig",
        "lift",
        "push"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What animal barks and wags its tail?",
      "options": [
        "dog",
        "cat",
        "bird",
        "fish"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you clean floors with?",
      "options": [
        "broom",
        "mop",
        "rag",
        "brush"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What is the opposite of bottom?",
      "options": [
        "under",
        "top",
        "side",
        "front"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What is a small insect called?",
      "options": [
        "bug",
        "worm",
        "bird",
        "snake"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you drink water from?",
      "options": [
        "bowl",
        "plate",
        "pot",
        "cup"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What bright object gives us light during the day?",
      "options": [
        "moon",
        "star",
        "sun",
        "lamp"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you do when you move your legs fast?",
      "options": [
        "walk",
        "sit",
        "hop",
        "run"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you use to catch fish or butterflies?",
      "options": [
        "net",
        "rope",
        "hook",
        "trap"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "How does something feel after being in water?",
      "options": [
        "dry",
        "hot",
        "cold",
        "wet"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What airplane flies very fast?",
      "options": [
        "car",
        "boat",
        "jet",
        "bus"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "How does fire feel?",
      "options": [
        "wet",
        "cold",
        "hot",
        "soft"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What body part is the opposite of arm?",
      "options": [
        "hand",
        "head",
        "ear",
        "leg"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    }
  ]
}