diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 4bdea54e..d48c14ac 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -1,7 +1,7 @@ {% extends 'rapids/exams.html' %} {% block content %} -

Marking question {{question_details.current}} of {{question_details.total}}{% if review %} [REVIEW]{% endif %}

+

{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}

View Edit Admin diff --git a/static/css/anatomy.css b/static/css/anatomy.css index a7df6290..e884eeea 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -756,10 +756,10 @@ input { clear: both; } -.check-saved { +.check-review { color: purple; } .current-mark { - color: darkred; + color: gray; } \ No newline at end of file