This commit is contained in:
Ross
2021-08-27 09:19:17 +01:00
parent a54646e3e2
commit 4ad91f2bd2
+5 -2
View File
@@ -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>