feat: add import exam answers functionality with UI and backend handling

This commit is contained in:
Ross
2026-07-05 22:37:55 +01:00
parent 2744758aa8
commit 89963d6257
6 changed files with 314 additions and 7 deletions
+1
View File
@@ -84,6 +84,7 @@ urlpatterns = [
name="candidate_email_details",
),
path("cids/manage/", views.CidUserView.as_view(), name="manage_cids"),
path("cids/manage/import-answers/", views.import_exam_answers, name="import_exam_answers"),
path("cids/manage/exams", views.CidUserExamView.as_view(), name="manage_cid_exams"),
path("cids/group/", views.cid_group_view, name="cid_group_view"),
path("cids/group/all", views.cid_group_view_all, name="cid_group_view_all"),