.
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
CID: {{cid}}
|
CID: {{cid}}
|
||||||
<div class="no-select">
|
<div class="no-select">
|
||||||
<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.
|
Exam is in review mode.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>{{question.stem|safe}}</p>
|
<p>{{question.stem|safe}}</p>
|
||||||
@@ -67,7 +67,6 @@ CID: {{cid}}
|
|||||||
})
|
})
|
||||||
{% else %}
|
{% else %}
|
||||||
$("ul.sba-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct");
|
$("ul.sba-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct");
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if saved_answer %}
|
{% if saved_answer %}
|
||||||
|
|||||||
Reference in New Issue
Block a user