.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
|
<h2>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='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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<form method="POST" class="post-form">{% csrf_token %}
|
<form method="POST" class="post-form">{% csrf_token %}
|
||||||
{{ form.non_field_errors }}
|
{{ form.non_field_errors }}
|
||||||
<div class="form-contents">
|
<div class="form-contents">
|
||||||
<ul class="physics-answer-list">
|
<ol class="physics-answer-list">
|
||||||
<li data-ans="a">
|
<li data-ans="a">
|
||||||
<div class="fieldWrapper">
|
<div class="fieldWrapper">
|
||||||
{{ form.a.errors }}
|
{{ form.a.errors }}
|
||||||
@@ -52,14 +52,11 @@
|
|||||||
<li data-ans="e">
|
<li data-ans="e">
|
||||||
<div class="fieldWrapper">
|
<div class="fieldWrapper">
|
||||||
{{ form.e.errors }}
|
{{ 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 }}
|
{{ form.e }}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ol>
|
||||||
<ul>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if previous > -1 %}
|
{% if previous > -1 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user