Fixing issue with commit callback not being called for scheduled commits
This commit is contained in:
@@ -98,7 +98,7 @@ export default class Scorm12API extends BaseAPI {
|
||||
* @return {string}
|
||||
*/
|
||||
lmsSetValue(CMIElement, value) {
|
||||
return this.setValue('LMSSetValue', false, CMIElement, value);
|
||||
return this.setValue('LMSSetValue', 'LMSCommit', false, CMIElement, value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user