diff --git a/rapids/templates/rapids/exam_scores_user.html b/rapids/templates/rapids/exam_scores_user.html index 2860266f..1459951a 100644 --- a/rapids/templates/rapids/exam_scores_user.html +++ b/rapids/templates/rapids/exam_scores_user.html @@ -7,7 +7,7 @@ Answers:
Total mark: {{ total_score }} / {{max_score}} diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 3f976334..be0f51d5 100644 --- a/static/css/anatomy.css +++ b/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;