unify generic exam views naming
This commit is contained in:
@@ -856,6 +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_cid(self, request, pk):
|
||||
exam = get_object_or_404(self.Exam, pk=pk)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user