.
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user