From c5a613779ac6e35a92b613da900cdfa50b642e37 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 14:02:05 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 11 ++++++++++- rapids/templates/rapids/mark.html | 6 +++--- static/css/anatomy.css | 11 ++++++++++- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index e1bb331c..04e01380 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -22,7 +22,7 @@ a, a:link { .answer-list .answer:hover{ z-index: 99999; position: relative; - background: rgba(167, 167, 167, 0.7); + background: black; } .answer-list .correct { @@ -34,6 +34,9 @@ a, a:link { content: " [Score = 2]"; font-size: small; } +.answer-list .correct .rapid::after{ + content: " [Score = 1]"; +} .answer-list .half-correct { color: yellow; @@ -43,6 +46,9 @@ a, a:link { content: " [Score = 1]"; font-size: small; } +.answer-list .half-correct .rapid::after{ + content: " [Score = 0.5]"; +} .answer-list .incorrect { color: red; @@ -52,6 +58,9 @@ a, a:link { content: " [Score = 0]"; font-size: small; } +.answer-list .incorrect .rapid::after{ + content: " [Score = 0]"; +} .answer-list .not-marked { color: white; diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index b063b23a..eb170fe8 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -22,7 +22,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities Click each answer to toggle through marks awarded (as per colour)
Unmarked: -