qobjects = [ { question: "What is a correct Django method for filtering the result?", options: [ "query()", "search()", "filter()" ], correct: 2 }, { question: "What is a correct use of the Lookup syntax for filtering a result?", options: [ "filter(firstname-startswith='L')", "filter(firstname_startswith='L')", "filter(firstname__startswith='L')" ], correct: 2 }, { fillintheblanks: "exercise_queryset3.htm" } ]