This commit is contained in:
Ross
2021-12-15 20:37:31 +00:00
parent f1a149704c
commit 76012ebe85
+1
View File
@@ -569,6 +569,7 @@ def exam_scores_cid(request, pk):
exam.stats_max = max(user_scores_list)
exam.stats_graph = fig_html
exam.save()
return render(
request,