This commit is contained in:
Ross
2021-12-10 22:13:25 +00:00
parent d6cfb69829
commit 9b1daf5f68
+9 -7
View File
@@ -2,11 +2,12 @@
{% block content %}
<div class="physics">
<div class="physics">
<h1>Exam: {{ exam.name }}</h1>
<div class="alert alert-info" role="alert">
<h3>Instructions</h3>
<details>
<summary><h3>Instructions</h3></summary>
<p>
Please make sure you submit answers before closing or navigating from this page (as otherwise they will not
be saved). The submit button is at the bottom of the page.
@@ -17,6 +18,7 @@
<p>
Ensure your candidate number is entered in the below box.
</p>
</details>
</div>
<div>
@@ -76,10 +78,10 @@
<button id="submit">Submit answers</button>
</div>
</div>
<script type="text/javascript">
<script type="text/javascript">
window.answers_submitted = false;
$(document).ready(function () {
@@ -155,9 +157,9 @@
}
</script>
</script>
<style>
<style>
.truefalse-switch {
position: relative;
display: inline-block;
@@ -274,5 +276,5 @@
.abcde {
clear: both;
}
</style>
</style>
{% endblock %}