From fb695301f02663fb22c4926d1d54ca1690d6e875 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:05:52 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_scores.html | 2 +- generic/templates/generic/exam_cids_edit.html | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/atlas/templates/atlas/collection_scores.html b/atlas/templates/atlas/collection_scores.html index c4974031..71e5e21c 100644 --- a/atlas/templates/atlas/collection_scores.html +++ b/atlas/templates/atlas/collection_scores.html @@ -64,7 +64,7 @@ {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} {{ans_score.1}} +feedback: {{ans_score.2}}">{{ans_score.1}} {% endwith %} {% endfor %} diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html index 93c1547d..32fc168d 100644 --- a/generic/templates/generic/exam_cids_edit.html +++ b/generic/templates/generic/exam_cids_edit.html @@ -59,9 +59,13 @@ \ No newline at end of file