MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. only set browsed status if the SCO hasn't set a status. Backport 1.8.
This commit is contained in:
@@ -589,7 +589,7 @@ function SCORMapi1_2() {
|
||||
}
|
||||
}
|
||||
if (cmi.core.lesson_mode == 'browse') {
|
||||
if (datamodel['cmi.core.lesson_status'].defaultvalue == '') {
|
||||
if (datamodel['cmi.core.lesson_status'].defaultvalue == '' && cmi.core.lesson_status == 'not attempted') {
|
||||
cmi.core.lesson_status = 'browsed';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user