.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user