Create New Quiz

Paste the JSON output from ChatGPT below

Quiz Details

Give your quiz a name and paste the generated JSON

Paste the complete JSON array generated by ChatGPT

Expected JSON Format

Your JSON should follow this structure

[
  {
    "id": 1,
    "question": "What is the capital of France?",
    "options": ["London", "Berlin", "Paris", "Madrid"],
    "correctAnswer": 2
  },
  {
    "id": 2,
    "question": "Which planet is known as the Red Planet?",
    "options": ["Venus", "Mars", "Jupiter", "Saturn"],
    "correctAnswer": 1
  }
]