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