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.

ChatGPT icon
How to generate Quiz JSON
Open ChatGPT with ready-made instructions, then paste the JSON above to create your Quiz/Flashcard. This keeps your study link accurate when GPT can’t call our action.
Open ChatGPT Instructions

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