qobjects = [ { question: "True or False. Django templates can be .html files.", options: [ "True", "False" ], correct: 0 }, { fillintheblanks: "exercise_template_variables8.htm" }, { question: "In settings.py there is a list variable where you must specify the apps of your project, what is the name of that list?", options: [ "ALL_APPS", "DJANGO_APPS", "INSTALLED_APPS" ], correct: 2 } ]