.
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
CID: {{cid}}
|
||||
<div class="no-select">
|
||||
<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>
|
||||
<p>{{question.stem|safe}}</p>
|
||||
@@ -35,9 +40,7 @@ CID: {{cid}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<br />
|
||||
{% if not exam.publish_results %}
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user