add (correct) support for logged in users to sba and physics exams
This commit is contained in:
@@ -32,6 +32,11 @@ urlpatterns = [
|
||||
views.exam_take,
|
||||
name="exam_take",
|
||||
),
|
||||
path(
|
||||
"exam/<int:pk>/<int:sk>/take",
|
||||
views.exam_take,
|
||||
name="exam_take_user",
|
||||
),
|
||||
path("exam/<int:pk>/start", views.exam_start, name="exam_start"),
|
||||
path(
|
||||
"exam/<int:pk>/<str:cid>/<str:passcode>/finish",
|
||||
|
||||
Reference in New Issue
Block a user