This commit is contained in:
Ross
2021-08-03 18:13:17 +01:00
parent 4910d7e160
commit 50b3d115c1
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span class="help-text">[When checked the exam will be available to take in the test system]</span> Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span class="help-text">[When checked the exam will be available to take in the test system]</span>
</div> </div>
<div class="parent-help" title="Click to enable / disable the exam results"> <div class="parent-help" title="Click to enable / disable the exam results">
Publish results: <input type="checkbox" id="exam-publish-results-switch" {% if exam.publish_results %}checked{% endif %}> <span class="help-text">[When checked the exam results will be available on this site]</span> Publish results: <input type="checkbox" id="exam-publish-results-switch" {% if exam.publish_results %}checked{% endif %}> <span class="help-text">[When checked the exam results will be available to users on this site]</span>
</div> </div>
{% endif %} {% endif %}
<p><a href="{% url 'anatomy:mark_overview' pk=exam.pk %}"><button>Mark exam</button></a></p> <p><a href="{% url 'anatomy:mark_overview' pk=exam.pk %}"><button>Mark exam</button></a></p>
+2 -2
View File
@@ -36,8 +36,8 @@
</table> </table>
</div> </div>
<div> <div>
<h3>Answers as a table</h3> <h3>Results as a table</h3>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
+2 -2
View File
@@ -36,8 +36,8 @@
</table> </table>
</div> </div>
<div> <div>
<h3>Answers as a table</h3> <h3>Results as a table</h3>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
+1 -1
View File
@@ -31,7 +31,7 @@
</div> </div>
<div> <div>
<h3>Answers as a table</h3> <h3>Answers as a table</h3>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
+1 -1
View File
@@ -37,7 +37,7 @@
</div> </div>
<div> <div>
<h3>Answers as a table</h3> <h3>Answers as a table</h3>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}
+2 -2
View File
@@ -30,8 +30,8 @@
</table> </table>
</div> </div>
<div> <div>
<h3>Answers as a table</h3> <h3>Results as a table</h3>
<table> <table class="table table-dark table-striped table-hover table-sm">
<tr> <tr>
<th>Candidate</th> <th>Candidate</th>
{% for cid in cids %} {% for cid in cids %}