This commit is contained in:
Ross
2021-10-16 09:33:19 +01:00
parent 26910f66c3
commit 9d032ed574
4 changed files with 19 additions and 5 deletions
+7 -1
View File
@@ -33,7 +33,13 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
<div class="marking">
<form method="POST" class="post-form">{% csrf_token %}
{% if not question.normal %}
Click each answer to toggle through marks awarded (as per colour)
Click each answer to toggle through marks awarded (as per colour)<br/>
{% if exam_answers_only %}
Showing exam answers only
{% else %}
Showing all answers
{% endif %}
<div class="marking-list">
Unmarked:
<ul id="new-answer-list" class="answer-list rapid">