Enhance LLM question import process with preview and confirmation steps, including error handling and M2M record creation
This commit is contained in:
@@ -94,6 +94,11 @@ urlpatterns = [
|
||||
views.import_llm_questions,
|
||||
name="import_llm_questions",
|
||||
),
|
||||
path(
|
||||
"import_llm_confirm/",
|
||||
views.import_llm_confirm,
|
||||
name="import_llm_confirm",
|
||||
),
|
||||
#path(
|
||||
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
|
||||
# views.exam_scores_cid_user,
|
||||
|
||||
Reference in New Issue
Block a user