This commit is contained in:
Ross
2021-12-31 10:45:09 +00:00
parent 6efe4dc74b
commit 3a4d9cbb5a
8 changed files with 130 additions and 0 deletions
+3
View File
@@ -1085,6 +1085,9 @@ class ExamViews(View, LoginRequiredMixin):
exam.stats_max = max(user_scores_list)
exam.stats_graph = fig_html
exam.user_scores = user_scores
exam.save()
return render(