Sign In

Create Quiz or Flashcard from JSON

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." } ] }
Go to ChatGPT
{ "title": "French Basics", "set_type": "flashcard", "data": [ { "front": "Hello", "back": "Bonjour" } ] }
Go to ChatGPT