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