I'm encountering an issue where a SCORM package is not loading correctly in our e-learning platform. Instead of executing JavaScript, the code is displayed as plain text on the screen. This happens on both Google Chrome and Microsoft Edge (latest versions).
What I have checked so far :
Tried in Incognito mode → Same issue.
Checked the browser console (F12) → No blocking errors, but the SCORM JS files are not executing.
Checked network requests (F12 → Network tab) → No 404 or 403 errors on SCORM-related files.
Verified SCORM package upload → The package was correctly imported into the LMS.
Tried another SCORM package → It works fine, so the problem seems related to this specific SCORM file.
Cleared cache and disabled browser extensions → No effect.
Here is a screenshot of the issue: Instead of executing JavaScript, the SCORM package displays the script as plain text.