Add exam generation functionality with customizable name and filters
This commit is contained in:
+9
-3
@@ -99,10 +99,16 @@ urlpatterns = [
|
||||
views.import_llm_confirm,
|
||||
name="import_llm_confirm",
|
||||
),
|
||||
|
||||
path(
|
||||
"exam/create_from_filters/",
|
||||
views.create_personal_exam,
|
||||
name="exam_create_from_filters",
|
||||
"exam/create_from_filters_with_name/",
|
||||
views.create_personal_exam_with_name,
|
||||
name="exam_create_from_filters_with_name",
|
||||
),
|
||||
path(
|
||||
"question/generate/",
|
||||
views.generate_exam,
|
||||
name="generate_exam",
|
||||
),
|
||||
#path(
|
||||
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
|
||||
|
||||
Reference in New Issue
Block a user