qobjects = [ { question: "True or False. To install Django, you must have Python installed.", options: [ "True", "False" ], correct: 0 }, { question: "What is a correct syntax for checking the Python version?", options: [ "python --version", "python version--", "python -version-" ], correct: 0 }, { question: "True or False. To be able to use Django, you must have Pandas installed.", options: [ "True", "False" ], correct: 1 } ]