qobjects = [
{
question: "What will be the result of the following syntax:mylist = ['apple', 'banana', 'cherry']",
options: [
"apple",
"banana",
"cherry",
"orange"
],
correct: 0
},
{
fillintheblanks: "exercise_lists3.htm"
},
{
fillintheblanks: "exercise_lists4.htm"
},
{
draganddroptext: "
mylist.insert(0, 'orange')
print(mylist[1])fruits = ['apple', 'banana', 'cherry']tropical = ['mango', 'pineapple', 'papaya']___.___(___)",
draganddropquestion: "Select the missing parts to add the elements of tropical to fruits:",
options: [
"fruits",
"tropical",
"join",
"concat",
"extend"
],
correct: [0, 4, 1]
}
]