This commit is contained in:
Ross
2021-10-16 09:37:07 +01:00
parent f1f138d4de
commit 3ead3f5e59
+1 -1
View File
@@ -35,7 +35,7 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
{% if not question.normal %}
Click each answer to toggle through marks awarded (as per colour)<br/>
{% if exam_answers_only %}
Showing exam answers only <a href="{% url 'rapids:mark_all' exam.id question.pk False %}">(view all)</a>
Showing exam answers only <a href="{% url 'rapids:mark_all' exam.id question.pk %}">(view all)</a>
{% else %}
Showing all answers
{% endif %}