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,