Paste your JSON data below to create a quiz or flashcard set. This is a fallback option when GPT POST requests are unavailable.
Example JSON Formats
{
"title": "Basic English Grammar Quiz",
"set_type": "quiz",
"data": [
{
"question": "Which sentence is grammatically correct?",
"options": [
"She go to school every day.",
"She goes to school every day.",
"She going to school every day.",
"She gone to school every day."
],
"correct_answer": "She goes to school every day."
}
]
}