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