Update exam time limit display to show '1Q' for time per question
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
<div class="mt-2 small text-muted">
|
<div class="mt-2 small text-muted">
|
||||||
|
|
||||||
This exam has <strong>{{ question_number }}</strong> questions •
|
This exam has <strong>{{ question_number }}</strong> questions •
|
||||||
Time limit: <strong>{{ exam.time_limit }}</strong> seconds (<span title="Time per question: {% widthratio exam.time_limit question_number 1 %} seconds">per question</span>)
|
Time limit: <strong>{{ exam.time_limit }}</strong> seconds (<span title="Time per question: {% widthratio exam.time_limit question_number 1 %} seconds">1Q</span>)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-2 small text-muted">Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}</div>
|
<div class="mt-2 small text-muted">Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user