Add question overview page with filtering options and counts by category

This commit is contained in:
Ross
2025-10-28 08:15:10 +00:00
parent 82ce6b0f93
commit 293b5b6682
4 changed files with 184 additions and 0 deletions
+5
View File
@@ -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>/",