qobjects = [ { question: "Django follows the MVT design pattern, what does MVT stand for?", options: [ "Multiple Virtual Templates", "Model View Template", "More Viable Templates" ], correct: 1 }, { question: "True or False. Django is a Python framework", options: [ "True", "False" ], correct: 0 }, { question: "True or False. Django is a front-end framework.", options: [ "True", "False" ], correct: 1 } ]