qobjects = [ { question: "True or False. The Django project has to be running when creating a Django app", options: [ "True", "False" ], correct: 1 }, { fillintheblanks: "exercise_getstarted3.htm" }, { question: "When creating an app, Django creates some files on the computer, which one of the following files is one of these?", options: [ "executables.py", "main.py", "views.py" ], correct: 2 } ]