This commit is contained in:
Ross
2021-12-11 22:05:14 +00:00
parent 21b5863460
commit eca8e117b6
2 changed files with 21 additions and 15 deletions
@@ -5,6 +5,12 @@ CID: {{cid}}
<h2>Exam: {{exam.name}}</h2> <h2>Exam: {{exam.name}}</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='sbas' pk=question.pk %}')">here</a>.
</div>
{% endif %}
<div><p>Questions</p></div> <div><p>Questions</p></div>
{{answer_count}} out of {{exam_length}} questions answered. Click to go to question. {{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
<div class="sba-finish-list"> <div class="sba-finish-list">
+1 -1
View File
@@ -3,7 +3,7 @@
{% block content %} {% block content %}
CID: {{cid}} CID: {{cid}}
<div class="no-select"> <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 %} {% if exam.publish_results %}
<div class="alert alert-primary" role="alert"> <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='sbas' pk=question.pk %}')">here</a>. Exam is in review mode. Add question feedback <a href="#" onclick="return window.create_popup_window('{% url 'feedback_create' question_type='sbas' pk=question.pk %}')">here</a>.