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