{
"title": "Daily Current Affairs Quiz",
"duration": 10,
"questions": [
{
"q": "Who recently won the Nobel Prize in Physics for 2025?",
"options": ["John Doe", "Jane Smith", "Alan Aspect", "Pierre Agostini"],
"correct": 2,
"topic": "Current Affairs"
},
{
"q": "Which country is hosting the 2026 Winter Olympics?",
"options": ["France", "USA, Canada, Mexico", "Italy", "Japan"],
"correct": 2,
"topic": "Sports"
},
{
"q": "What is the new repo rate announced by RBI in the recent monetary policy committee meeting?",
"options": ["6.25%", "6.50%", "6.75%", "7.00%"],
"correct": 1,
"topic": "Banking & Economy"
}
]
}