This commit is contained in:
Ross
2021-12-11 22:06:20 +00:00
parent eca8e117b6
commit 98ff9f2d39
+1 -1
View File
@@ -3,7 +3,7 @@
{% block content %}
CID: {{cid}}
<div class="no-select">
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
<h2>{{exam.name}}: Question [{{pos|add:1}}/{{exam_length}}]</h2>
{% if exam.publish_results %}
<div class="alert alert-primary" role="alert">
Exam is in review mode. Add question feedback <a href="#" onclick="return window.create_popup_window('{% url 'feedback_create' question_type='physics' pk=question.pk %}')">here</a>.