diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index a34e19bb..bd9fd93b 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -69,8 +69,8 @@ {% endfor %} Score: - {% for score in user_scores_list %} - {{score}} + {% for cid in cids %} + {{user_scores|get_item:cid}} {% endfor %}