This commit is contained in:
Ross
2021-01-04 14:08:25 +00:00
parent 894472d6ea
commit 28641e1c70
5 changed files with 30 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
{% if question_details.current >= question_details.total %}
{% else %}
<button type="submit" name="next" class="save btn btn-default">Next</button>
<button type="submit" name="skip" class="save btn btn-default">Skip</button>
{% endif %}
</div>
<span class=hide>
+1 -1
View File
@@ -3,7 +3,7 @@
{% block content %}
<div class="anatomy">
<h2>Marking exam: {{ exam.name }}</h2>
Question order may be different on the test system (as json order is not guaranteed to be maintained)
You can start marking from a particular question by clicking on it below.
<div>
<button class="show-all-button">Show all</button><button class="show-unmarked-button">Show unmarked</button>