Paste the JSON output from ChatGPT below
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
}
]