From 8dbd02f361c8bbd903808b7f5202092fdb8eaada Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 9 Apr 2022 11:01:16 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_scores.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}