qobjects = [
{
question: "What is a correct function for specifying urls inside the urlspatterns list?",
options: [
"path()",
"address()",
"loc()"
],
correct: 0
},
{
fillintheblanks: "exercise_urls1.htm"
},
{
question: "What is the correct file name for specifying urls in Django?",
options: [
"views.py",
"urls.py",
"models.py",
"manage.py",
],
correct: 1
}
]