From 0724601fcdf93f01a775d7f4739f4b733a7297f3 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 9 Apr 2022 11:02:58 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_scores.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}