qobjects = [
{
question: "What does the and operator require?",
options: [
"Both conditions must be True",
"At least one condition must be True",
"All conditions must be False"
],
correct: 0
},
{
question: "What does the or operator require?",
options: [
"Both conditions must be True",
"At least one condition must be True",
"All conditions must be False"
],
correct: 1
},
{
question: "What does the not operator do?",
options: [
"Combines two conditions",
"Reverses the boolean value",
"Compares two values"
],
correct: 1
},
{
fillintheblanks: "exercise_ifelse5.htm"
},
{
fillintheblanks: "exercise_ifelse6.htm"
},
{
fillintheblanks: "exercise_ifelse9.htm"
}
]