[
{
"question": "What is the capital of France?",
"options": {
"a": "Paris",
"b": "London",
"c": "Berlin",
"d": "Madrid"
},
"answer": "a"
},
{
"question": "Which planet is known as the Red Planet?",
"options": {
"a": "Earth",
"b": "Mars",
"c": "Jupiter",
"d": "Saturn"
},
"answer": "b"
}
]