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 %}