qobjects = [
{
question: "What is a correct syntax for removing an item from a set?",
options: [
"delete()",
"remove()",
"extract()"
],
correct: 1
},
{
fillintheblanks: "exercise_sets4.htm"
},
{
fillintheblanks: "exercise_sets5.htm"
},
{
draganddroptext: "fruits = {'apple', 'banana', 'cherry'}fruits.___",
draganddropquestion: "Select the correct function to remove all items from a set:",
options: [
"del()",
"pop()",
"clear()",
"delete()"
],
correct: [2]
}
]