qobjects = [
{
question: "What is a correct method for converting a column into date formats?",
options: [
"Date()",
"to_datetime()",
"datetime()"
],
correct: 1
},
{
question: "True or False. Cells with different formats can be difficult to compare.",
options: [
"True",
"False"
],
correct: 0
}
]