From 9bacc7f486bfc36bcdf95aeb3efb8bed53e5a379 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 19 Aug 2021 10:59:07 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 5 +++++ rapids/templates/rapids/exam_scores.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 3f976334..be0f51d5 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -400,6 +400,11 @@ td.user-answer-score-1.rapid-ans::after { content: "✓✓"; } +.score-row { + font-weight: bolder; + background-color: darkslateblue; +} + .user-answer-score pre { display: inline; color: inherit; diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index ef368215..7d320d3f 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -49,7 +49,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} {{ans}} {% endfor %}