fix: sider
This commit is contained in:
parent
bbf07d9214
commit
7ace06ac21
@ -21,7 +21,7 @@ class Quiz {
|
|||||||
|
|
||||||
make(data) {
|
make(data) {
|
||||||
if (data.is_time_bound) {
|
if (data.is_time_bound) {
|
||||||
$(".lms-timer").removeClass("hide")
|
$(".lms-timer").removeClass("hide");
|
||||||
if (!data.activity || (data.activity && !data.activity.is_complete)) {
|
if (!data.activity || (data.activity && !data.activity.is_complete)) {
|
||||||
this.initialiseTimer(data.duration);
|
this.initialiseTimer(data.duration);
|
||||||
this.is_time_bound = true;
|
this.is_time_bound = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user