Dependency updates and fixing an issue with multiple final commits in SCORM 1.2

This commit is contained in:
Jonathan Putney
2020-07-14 10:33:05 -04:00
parent 97070184b8
commit 4a97c1c0a9
3 changed files with 547 additions and 1743 deletions

View File

@@ -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 !== '') {