This commit is contained in:
Ross
2021-10-16 10:33:26 +01:00
parent 21edb3b17a
commit c56413e896
5 changed files with 92 additions and 129 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
<form method="POST" class="post-form">{% csrf_token %}
{% if not question.normal %}
Click each answer to toggle through marks awarded (as per colour)<br/>
{% if exam_answers_only %}
{% if unmarked_exam_answers_only %}
Showing exam answers only <a href="{% url 'rapids:mark_all' exam.id question_number %}">(view all)</a>
{% else %}
Showing all answers <a href="{% url 'rapids:mark' exam.id question_number %}">(view unmarked exam answers)</a>