qobjects = [
{
question: "True or False. Every time you make a change in a static file, you must run the collectstatic command to make the changes take effect.",
options: [
"True",
"False"
],
correct: 0
},
{
fillintheblanks: "exercise_add_static_files5.htm"
},
{
question: "True or False. Once you have done changes to a static file, you will have to delete the file and create a new one in order to make new changes.",
options: [
"True",
"False"
],
correct: 1
}
]