This commit is contained in:
Ross
2021-12-10 23:30:22 +00:00
parent 278923588f
commit 166a10b85a
+4 -7
View File
@@ -6,7 +6,7 @@
<h2>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='physicss' 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='physics' pk=question.pk %}">here</a>.
</div>
{% endif %}
@@ -20,7 +20,7 @@
<form method="POST" class="post-form">{% csrf_token %}
{{ form.non_field_errors }}
<div class="form-contents">
<ul class="physics-answer-list">
<ol class="physics-answer-list">
<li data-ans="a">
<div class="fieldWrapper">
{{ form.a.errors }}
@@ -52,14 +52,11 @@
<li data-ans="e">
<div class="fieldWrapper">
{{ form.e.errors }}
<label for="{{ form.a.id_for_label }}">{{question.e|safe}}</label>
<label for="{{ form.e.id_for_label }}">{{question.e|safe}}</label>
{{ form.e }}
</div>
</li>
</ul>
<ul>
</ul>
</ol>
</div>
{% if previous > -1 %}