.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user