QuizWhiz
Upload your questions and start practicing
Upload Questions
Click to upload or drag and drop
JSON file containing quiz questions
Instructions
- Upload a JSON file with quiz questions
- Questions will be shuffled automatically
- Timer will start when you begin the quiz
- Answer all questions and submit to see your score
JSON Format Example:
[
{
"question": "Which planet is known as the Red Planet?",
"options": {
"a": "Venus",
"b": "Mars",
"c": "Jupiter",
"d": "Saturn"
},
"answer": "b"
},
{
"question": "What is the capital city of France?",
"options": {
"a": "London",
"b": "Berlin",
"c": "Paris",
"d": "Rome"
},
"answer": "c"
},
{
"question": "Refer to the following elements and their atomic numbers:<br><table><tr><th>Element</th><th>Atomic Number</th></tr><tr><td>Oxygen</td><td>8</td></tr><tr><td>Carbon</td><td>6</td></tr><tr><td>Helium</td><td>2</td></tr><tr><td>Neon</td><td>12</td></tr></table>Which atomic number is incorrect?",
"options": {
"a": "8",
"b": "6",
"c": "2",
"d": "12"
},
"answer": "d"
}
]