qobjects = [
{
question: "Which character is used to define a Python comment:",
options: [
"'",
"//",
"#",
"/*"
],
correct: 2
},
{
fillintheblanks: "exercise_comments1.htm"
},
{
fillintheblanks: "exercise_comments2.htm"
}
]