qobjects = [
{
question: "In the HTML file, what is a correct syntax for having access to static files in the static folder?",
options: [
"{% load static %}",
"{% import static %}",
"{% lnclude static %}"
],
correct: 0
},
{
fillintheblanks: "exercise_add_static_files1.htm"
},
{
fillintheblanks: "exercise_add_static_files2.htm"
}
]