.
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
<h2>Marking question {{question_details.current}} of {{question_details.total}}</h2>
|
||||
<div>
|
||||
|
||||
{% if not user_answers %}
|
||||
{% if not unmarked_count %}
|
||||
<div class="alert alert-info" role="alert">No answers to mark.</div>
|
||||
{% else %}
|
||||
<div class="alert alert-warning" role="alert">{{unmarked_count}} question(s) to mark.</div>
|
||||
|
||||
{% endif %}
|
||||
Answers:
|
||||
|
||||
Reference in New Issue
Block a user