.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user