qobjects = [
{
question: "What is a correct syntax for installing Django on a Windows machine?",
options: [
"python -m pip get Django",
"python -m pip load D-jango",
"python -m pip install Django",
],
correct: 2
},
{
fillintheblanks: "exercise_getstarted1.htm"
},
{
question: "True or False. You have to install Django every time you open the command prompt to work on your project.",
options: [
"True",
"False"
],
correct: 1
}
]