From edd28310da10e1bcf5e95fd1c14e93d3faa58da1 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 14:12:16 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 2 +- rapids/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 53d9df39..267cef6f 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -43,7 +43,7 @@ Candidate - {% for cid in cids %} + {{cid}} {{cid}} {% endfor %} diff --git a/rapids/views.py b/rapids/views.py index 289a871d..32c57667 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -881,7 +881,7 @@ def exam_scores_cid(request, pk): ) fig_html = fig.to_html() - max_score = len(questions) + max_score = len(questions) * 2 return render( request,