.
This commit is contained in:
@@ -8,19 +8,21 @@
|
|||||||
Edit</a>
|
Edit</a>
|
||||||
{% if question.normal %}
|
{% if question.normal %}
|
||||||
<h3>This question is normal</h3>
|
<h3>This question is normal</h3>
|
||||||
Answers will be automatically marked.<br/>
|
Answers will be automatically marked.<br />
|
||||||
|
|
||||||
<p>The following answers have been submitted for this question</p>
|
<p>The following answers have been submitted for this question</p>
|
||||||
|
|
||||||
|
{% if incorrect_answers %}
|
||||||
<div class="marking-list">
|
<div class="marking-list">
|
||||||
<ul id="new-answer-list" class="answer-list rapid">
|
<ul id="new-answer-list" class="answer-list rapid">
|
||||||
{% for answer in incorrect_answers %}
|
{% for answer in incorrect_answers %}
|
||||||
<li>
|
<li>
|
||||||
<pre><span class="answer incorrect" title="{{answer}}">{{ answer }}</span></pre>
|
<pre><span class="answer incorrect" title="{{answer}}">{{ answer }}</span></pre>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<h3>This question is abnormal</h3>
|
<h3>This question is abnormal</h3>
|
||||||
Answers marked as normal will be automatically marked.<br />
|
Answers marked as normal will be automatically marked.<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user