Dependency updates and fixing an issue with multiple final commits in SCORM 1.2
This commit is contained in:
@@ -63,7 +63,7 @@ export default class Scorm12API extends BaseAPI {
|
||||
* @return {string} bool
|
||||
*/
|
||||
lmsFinish() {
|
||||
const result = this.terminate('LMSFinish', false);
|
||||
const result = this.terminate('LMSFinish', true);
|
||||
|
||||
if (result === global_constants.SCORM_TRUE) {
|
||||
if (this.nav.event !== '') {
|
||||
|
||||
Reference in New Issue
Block a user