.
This commit is contained in:
@@ -4,6 +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 %}
|
||||||
|
<div class="alert alert-primary" role="alert">
|
||||||
|
Exam is in review mode.
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>{{question.stem|safe}}</p>
|
<p>{{question.stem|safe}}</p>
|
||||||
@@ -35,9 +40,7 @@ CID: {{cid}}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br />
|
<br />
|
||||||
{% if not exam.publish_results %}
|
|
||||||
<button type="submit" name="finish" class="save btn btn-default">Overview</button>
|
<button type="submit" name="finish" class="save btn btn-default">Overview</button>
|
||||||
{% endif %}
|
|
||||||
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user