{
"title": "Python Basics",
"duration": 10,
"questions": [
{
"text": "What is the correct file extension for Python files?",
"options": [".pt", ".pyt", ".py", ".ptr"],
"correct": 2
},
{
"text": "Which method is used to output text to the console?",
"options": ["print()", "echo()", "log()", "write()"],
"correct": 0
}
]
}