fix: Quiz timer (#25983)

* fix: quiz timer

* fix: pass time bound parameter

* fix: sider
This commit is contained in:
Jannat Patel
2021-06-08 18:57:49 +05:30
committed by GitHub
parent 10ec2eed6f
commit 6b8c123fd9
4 changed files with 12 additions and 12 deletions

View File

@@ -64,6 +64,7 @@
</div>
<div class="lms-title">
<h2>{{ content.name }} <span class="small text-muted">({{ position + 1 }}/{{length}})</span></h2>
<div class="lms-timer float-right fond-weight-bold hide"></div>
</div>
{% endmacro %}