.
This commit is contained in:
@@ -4,6 +4,14 @@
|
|||||||
<div class="">
|
<div class="">
|
||||||
<h2>User: {{ request.user.username }}</h2>
|
<h2>User: {{ request.user.username }}</h2>
|
||||||
<h3>Assigned exams</h3>
|
<h3>Assigned exams</h3>
|
||||||
|
<div class="alert alert-dark" role="alert">
|
||||||
|
<details>
|
||||||
|
<summary>Help</summary>
|
||||||
|
<p>This page shows the exam(s) to which you have access.</p>
|
||||||
|
<p>When an exam is available to take it will be highlighted with the text [Active]. </p>
|
||||||
|
<p>Once you have submitted answers you will be able to view them from the Exam results section. (Please note: although your answers will be visible as soon as they are submitted correct answers will only be available when the exam results have been published.)</p>
|
||||||
|
</details>
|
||||||
|
</div>
|
||||||
<div id="exam-assigned">
|
<div id="exam-assigned">
|
||||||
The following exams will be available to take when active.
|
The following exams will be available to take when active.
|
||||||
{% for exam_type, exams in available_exams %}
|
{% for exam_type, exams in available_exams %}
|
||||||
|
|||||||
Reference in New Issue
Block a user