This commit is contained in:
Ross
2022-03-30 19:36:48 +01:00
parent bef9118293
commit cc96136e8c
4 changed files with 54 additions and 20 deletions
@@ -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 />