Add functionality to create personal exams from filtered questions and update exam overview with edit option
This commit is contained in:
@@ -99,6 +99,11 @@ urlpatterns = [
|
||||
views.import_llm_confirm,
|
||||
name="import_llm_confirm",
|
||||
),
|
||||
path(
|
||||
"exam/create_from_filters/",
|
||||
views.create_personal_exam,
|
||||
name="exam_create_from_filters",
|
||||
),
|
||||
#path(
|
||||
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
|
||||
# views.exam_scores_cid_user,
|
||||
|
||||
Reference in New Issue
Block a user