{
"title": "General Knowldge Quiz",
"description": "Quiz for increasing general knowledge.",
"questions": [
{
"question": "What is the chemical symbol for gold?",
"options": ["Au", "Ag", "Fe",
"Hg"],
"correctOptions": [0]
},
{
"question": "Which of the following are landlocked
countries?",
"options": ["Germany", "Italy",
"Austria", "Greece"],
"correctOptions": [2]
},
{
"question": "Which of the following are programming
languages?",
"options": ["JavaScript", "SQL", "HTML",
"CSS"],
"correctOptions": [0, 1]
},
{
"question": "What is the main gas responsible for climate
change?",
"options": ["Carbon Dioxide", "Methane",
"Nitrogen", "Oxygen"],
"correctOptions": [0, 1]
},
{
"question": "Which of the following are birds?",
"options": ["Kangaroo", "Koala",
"Eagle", "Panda"],
"correctOptions": [2]
}
]
}
{
"title": "Sample Quiz",
"description": "This is a sample quiz to demonstrate the
QuizSchema.",
"questions": [
{
"question": "What is the capital of UK?",
"options": ["New York", "Paris",
"London", "Berlin"],
"correctOption": 2
},
{
"question": "Which planet is known as the Red Planet?",
"options": ["Mars", "Venus", "Jupiter",
"Saturn"],
"correctOption": 0
},
{
"question": "What is the chemical symbol for water?",
"options": ["H2O", "CO2", "O2",
"H2O2"],
"correctOption": 0
}
]
}