diff --git a/js/scorm/wrapper.js b/js/scorm/wrapper.js index d4f7868e..f0648326 100644 --- a/js/scorm/wrapper.js +++ b/js/scorm/wrapper.js @@ -157,7 +157,7 @@ class ScormWrapper { } if (settings?._connectionTest?._isEnabled !== false) { - this._connection = new Connection(settings._connectionTest, this); + this._connection = new Connection(settings?._connectionTest, this); } this.startTime = new Date();