qobjects = [ { question: "What does NumPy stand for?", options: [ "Number Picker", "Numerical Platform", "Numerical Python" ], correct: 2 }, { question: "What is the array object in NumPy called?", options: [ "ndarray", "ar", "numarr" ], correct: 0 }, { question: "True or False. NumPy is an open source project and you can use it freely.", options: [ "True", "False" ], correct: 0 } ]