Learn how to structure your JSON data for the MCQ Playground.
{
"title": "My Quiz",
"questions": [
{
"question": "What is 2+2?",
"options": ["2", "3", "4", "5"],
"answer": "4",
"explanation": "Basic arithmetic"
}
]
}