This commit is contained in:
Ross
2021-08-16 11:00:05 +00:00
parent b40d348000
commit c1372497ae
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -861,7 +861,7 @@ def exam_scores_cid(request, pk):
)
fig_html = fig.to_html()
max_score = len(questions) * 2
max_score = len(questions)
return render(
request,