.
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ def exam_json_edit(request, pk):
|
||||
|
||||
questions_changed = []
|
||||
for q in exam.exam_questions.all():
|
||||
q.open_acess = state
|
||||
q.open_access = state
|
||||
q.save()
|
||||
questions_changed.append(q.pk)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user