qobjects = [ { question: "What is a correct syntax for running a Django project?", options: [ "python manage.py startserver", "python manage.py runserver", "python manage.py start", ], correct: 1 }, { fillintheblanks: "exercise_getstarted2.htm" }, { question: "When creating a project, Django creates some files and folders on the computer, which one of the following files is one of these?", options: [ "settings.py", "install.py", "acivate.py" ], correct: 0 } ]