This commit is contained in:
Ross
2021-12-18 20:32:03 +00:00
parent 2c5982b669
commit b823e0a897
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -856,7 +856,7 @@ class ExamViews(View, LoginRequiredMixin):
cache.set("{}_question_json_{}".format(self.app_name, sk), question_json, 3600)
return JsonResponse(question_json)
def exam_scores_cid2(self, request, pk):
def exam_scores_cid(self, request, pk):
exam = get_object_or_404(self.Exam, pk=pk)
if not exam.exam_mode: