qobjects = [ { question: "Django has a command for collecting and putting all static files of your project into a specified folder, what is this command?", options: [ "python manage.py collect", "python manage.py runcollect", "python manage.py collectstatic" ], correct: 2 }, { fillintheblanks: "exercise_add_static_files3.htm" }, { question: "True or False. The name of the folder to put the static files into has to be productionfiles", options: [ "True", "False" ], correct: 1 } ]