{
  "title": "AWL Demo Quiz",
  "questions": [
    {
      "q": "What is the most abundant gas in Earth's atmosphere?",
      "choices": {
        "A": "Oxygen",
        "B": "Carbon dioxide",
        "C": "Nitrogen",
        "D": "Hydrogen"
      },
      "correct": "C"
    },
    {
      "q": "What does CNC stand for in digital fabrication?",
      "choices": {
        "A": "Central Numerical Code",
        "B": "Computer Numerical Control",
        "C": "Coded Network Communication",
        "D": "Calibrated Nano Cutter"
      },
      "correct": "B"
    },
    {
      "q": "Who painted the ceiling of the Sistine Chapel?",
      "choices": {
        "A": "Leonardo da Vinci",
        "B": "Raphael",
        "C": "Michelangelo",
        "D": "Donatello"
      },
      "correct": "C"
    },
    {
      "q": "In which year did the Berlin Wall fall?",
      "choices": {
        "A": "1987",
        "B": "1989",
        "C": "1991",
        "D": "1985"
      },
      "correct": "B"
    },
    {
      "q": "The Silk Road primarily connected China with which region?",
      "choices": {
        "A": "Australia",
        "B": "South America",
        "C": "The Mediterranean and Europe",
        "D": "Antarctica"
      },
      "correct": "C"
    },
    {
      "q": "What is the smallest country in the world by area?",
      "choices": {
        "A": "Monaco",
        "B": "San Marino",
        "C": "Vatican City",
        "D": "Liechtenstein"
      },
      "correct": "C"
    },
    {
      "q": "In which year was Chaihuo Makerspace first founded?",
      "choices": {
        "A": "2008",
        "B": "2011",
        "C": "2014",
        "D": "2016"
      },
      "correct": "B"
    },
    {
      "q": "What is the tiny dot above a lowercase \"i\" or \"j\" called?",
      "choices": {
        "A": "Tittle",
        "B": "Dotlet",
        "C": "Pip",
        "D": "Speckle"
      },
      "correct": "A"
    },
    {
      "q": "What does HTTP stand for?",
      "choices": {
        "A": "Hyperlink Transmission Text Process",
        "B": "High Transfer Type Protocol",
        "C": "Hyper Tech Transfer Page",
        "D": "HyperText Transfer Protocol"
      },
      "correct": "D"
    },
    {
      "q": "What color is a polar bear's skin underneath its fur?",
      "choices": {
        "A": "Pink",
        "B": "White",
        "C": "Black",
        "D": "Gray"
      },
      "correct": "C"
    },
    {
      "q": "Where will FAB26 be held?",
      "choices": {
        "A": "Bhutan",
        "B": "Boston",
        "C": "Barcelona",
        "D": "Bali"
      },
      "correct": "B"
    }
  ]
}