From 04baa060eee06792390f2b3227f2972abf17fd8f Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 12:56:06 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 12 ++++++------ rapids/templates/rapids/mark.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index c3094a8e..16987f3a 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -40,7 +40,7 @@ a:link { } .answer-list.rapid .correct::after { - content: " [Score = 1]"; + content: " [Score = 2]"; } .answer-list .half-correct { @@ -53,7 +53,7 @@ a:link { } .answer-list.rapid .half-correct::after { - content: " [Score = 0.5]"; + content: " [Score = 1]"; } .answer-list .incorrect { @@ -377,11 +377,11 @@ img.uploading { color: lightblue; } -.rapid-ans.user-answer-score-1 { +.rapid-ans.user-answer-score-2 { color: lightblue; } -.rapid-ans.user-answer-score-0\.5 { +.rapid-ans.user-answer-score-1 { /* color: green; */ color: yellow; } @@ -402,11 +402,11 @@ td.user-answer-score-2::after { content: "✓✓"; } -td.user-answer-score-0\.5.rapid-ans::after { +td.user-answer-score-1.rapid-ans::after { content: "✓"; } -td.user-answer-score-1.rapid-ans::after { +td.user-answer-score-2.rapid-ans::after { content: "✓✓"; } diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index e65ce84f..ec21e600 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -61,7 +61,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities {% endfor %} -
Key: 1 Marks, 0.5 +
Key: 2 Marks, 1 Mark, 0 Marks
{% endif %}