Fixing issue with commit callback not being called for scheduled commits

This commit is contained in:
Jonathan Putney
2021-02-20 12:07:41 -05:00
parent 98ee351886
commit e52bf85903
11 changed files with 6283 additions and 19992 deletions

View File

@@ -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);
}
/**