Add questions below. Each question can have single or multiple correct answers.
0 - Extremely Unlikely
10 - Extremely Likely
{ "quizzes": [ { "title": "Science Quiz", "description": "Basic science questions for beginners", "questions": [ { "text": "What is H2O?", "options": ["Water", "Oxygen", "Hydrogen", "Salt"], "correctAnswer": 0, "multipleCorrect": false }, { "text": "Which are planets?", "options": ["Mars", "Moon", "Venus", "Sun"], "correctAnswer": [0, 2], "multipleCorrect": true } ] } ] }