.
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
|
||||
{% include 'exam_notes.html' %}
|
||||
|
||||
{% if exam.recreate_json %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Exam JSON is out of date.
|
||||
|
||||
<a href="{% url app_name|add:':exam_json_recreate' pk=exam.pk %}">Click here to force refresh</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
|
||||
|
||||
Exam mode: {{ exam.exam_mode }}<br />
|
||||
|
||||
Reference in New Issue
Block a user