Add question overview page with filtering options and counts by category
This commit is contained in:
@@ -110,6 +110,11 @@ urlpatterns = [
|
||||
views.generate_exam,
|
||||
name="generate_exam",
|
||||
),
|
||||
path(
|
||||
"question/overview/",
|
||||
views.question_overview,
|
||||
name="question_overview",
|
||||
),
|
||||
path("category/merge/", views.merge_category, name="merge_category"),
|
||||
#path(
|
||||
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
|
||||
|
||||
Reference in New Issue
Block a user