This commit is contained in:
Ross
2021-12-12 14:07:21 +00:00
parent 788761893f
commit d3a98982eb
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -624,6 +624,7 @@ class ExamViews(View, LoginRequiredMixin):
if exam.active or self.check_user_access(request.user, exam.pk):
print(exam.name, cid, passcode)
if not exam.check_cid_user(cid, passcode):
print(exam.name, "fail")
continue
if exam.json_creation_time: