Skip to content

Commit 33dc232

Browse files
committed
SCORM change: Default value of olms.lesson_status is "not attempted"
See BT#14609 #2063
1 parent 7f48526 commit 33dc232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/lp/scorm_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ function reinit_updatable_vars_list() {
14181418
olms.updatable_vars_list[olms.scorm_variables[i]]=false;
14191419
}
14201420
}
1421-
olms.lesson_status='';
1421+
olms.lesson_status = 'not attempted';
14221422
}
14231423

14241424
/**

0 commit comments

Comments
 (0)