diff --git a/atlas/templates/atlas/collection_scores.html b/atlas/templates/atlas/collection_scores.html
index 6fefdb1f..95c97126 100644
--- a/atlas/templates/atlas/collection_scores.html
+++ b/atlas/templates/atlas/collection_scores.html
@@ -62,8 +62,8 @@
{{ans_by_question|get_item:question|get_item:cid}} |
{% endfor %} {% endcomment %}
{% for cid in cids %}
- {% with by_question|get_item:question|get_item:cid as ans_score %}
- {{ans_score.0}} |
+ {% with by_question|get_item:question.case|get_item:cid as ans_score %}
+ {{ans_score.1}} |
{% endwith %}
{% endfor %}