{
  "title": "L Blend",
  "questions": [
    {
      "text": "What color is the sky on a clear day?",
      "options": [
        "red",
        "green",
        "blue",
        "yellow"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What color is the night sky?",
      "options": [
        "white",
        "gray",
        "black",
        "purple"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What cloth symbol represents a country?",
      "options": [
        "flag",
        "map",
        "sign",
        "picture"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What colorful plant part grows from a stem?",
      "options": [
        "leaf",
        "flower",
        "root",
        "seed"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What white fluffy thing floats in the sky?",
      "options": [
        "cloud",
        "star",
        "moon",
        "sun"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Who wears a red nose and makes people laugh at a circus?",
      "options": [
        "teacher",
        "acrobat",
        "clown",
        "animal"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What can birds and airplanes do?",
      "options": [
        "swim",
        "dig",
        "fly",
        "crawl"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What clear material are windows made of?",
      "options": [
        "wood",
        "plastic",
        "metal",
        "glass"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What playground equipment do you go down?",
      "options": [
        "seesaw",
        "slide",
        "sandbox",
        "swing"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What vehicle flies in the sky?",
      "options": [
        "airplane",
        "train",
        "boat",
        "cat"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What person plays sports as a job?",
      "options": [
        "chef",
        "athlete",
        "doctor",
        "teacher"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What handheld device helps you see in the dark?",
      "options": [
        "candle",
        "lamp",
        "match",
        "flashlight"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Where do children go to swing and slide?",
      "options": [
        "classroom",
        "bedroom",
        "kitchen",
        "playground"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What happens when a balloon pops?",
      "options": [
        "floats",
        "sinks",
        "shrinks",
        "explodes"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What vehicle clears snow from roads?",
      "options": [
        "snowplow",
        "bulldozer",
        "tractor",
        "truck"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you wear to protect your eyes from bright light?",
      "options": [
        "hat",
        "umbrella",
        "sunglasses",
        "mask"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "How does snow or ice feel?",
      "options": [
        "hot",
        "warm",
        "cold",
        "slimy"
      ],
      "correctOption": 3,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What yellow metal is very valuable?",
      "options": [
        "gold",
        "silver",
        "bronze",
        "copper"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "Where do you put books in a library?",
      "options": [
        "table",
        "shelf",
        "floor",
        "desk"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What wild animal howls and looks like a big dog?",
      "options": [
        "bear",
        "lizard",
        "ant",
        "wolf"
      ],
      "correctOption": 4,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you ask for when you need assistance?",
      "options": [
        "food",
        "help",
        "space",
        "time"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What do you wear around your waist to hold up pants?",
      "options": [
        "belt",
        "hat",
        "scarf",
        "tie"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What white drink comes from cows?",
      "options": [
        "water",
        "milk",
        "juice",
        "soda"
      ],
      "correctOption": 2,
      "timeLimit": 15,
      "numOptions": 4
    },
    {
      "text": "What flat dish do you eat dinner from?",
      "options": [
        "plate",
        "pot",
        "cup",
        "bowl"
      ],
      "correctOption": 1,
      "timeLimit": 15,
      "numOptions": 4
    }
  ]
}