show human readable time on exam overview page
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
{% endif %}
|
||||
|
||||
|
||||
This exam has {{question_number}} questions. <span title="Time per question: {% widthratio exam.time_limit question_number 1 %} seconds">Time limit: {{exam.time_limit}} seconds</span>.
|
||||
This exam has {{question_number}} questions.
|
||||
<span title="Time per question: {% widthratio exam.time_limit question_number 1 %} seconds">Time limit: {{exam.time_limit}} seconds [{{exam.get_time_limit}}]
|
||||
<i class="bi bi-info-circle"></i>
|
||||
</span>.
|
||||
Exam mode: {{ exam.exam_mode }}<br />
|
||||
|
||||
{% if exam.exam_mode %}
|
||||
|
||||
Reference in New Issue
Block a user