Add note about the cmi.exit string

pull/4024/head
Yannick Warnier 4 years ago committed by GitHub
parent b959fa96fc
commit 6ef45cdeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      main/lp/scorm_api.php

@ -701,6 +701,7 @@ function LMSSetValue(param, val) {
save_suspend_data_in_local(); // save to local storage if available
return_value='true';
} else if ( param == "cmi.core.exit" || param == "cmi.exit" ) {
//cmi.exit for SCORM 1.3
olms.lms_item_core_exit = val;
olms.updatable_vars_list['cmi.core.exit']=true;
return_value='true';

Loading…
Cancel
Save