.
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
<div class="marking">
|
||||
<form method="POST" class="post-form">{% csrf_token %}
|
||||
Click each answer to toggle through marks awarded (as per colour)
|
||||
{% if not review %}
|
||||
{% if unmarked_exam_answers_only %}
|
||||
Showing unmarked exam answers only <a href="{% url 'rapids:mark_all' exam.id question_number %}">(view all answers for question)</a>
|
||||
{% else %}
|
||||
Showing all answers <a href="{% url 'rapids:mark' exam.id question_number %}">(view unmarked exam answers only)</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="marking-list">
|
||||
Unmarked:
|
||||
<ul id="new-answer-list" class="answer-list">
|
||||
|
||||
Reference in New Issue
Block a user