Created
June 22, 2022 18:23
-
-
Save akashlevy/e0787d89d52ccb77a17f57fcb82a6282 to your computer and use it in GitHub Desktop.
How to mark complete in SCORM course
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Step 1: Run Google Chrome with web security disabled (e.g. "chrome.exe --disable-web-security") | |
// Step 2: Navigate to SCORM course | |
// Step 3: Open Dev Tools -> Console | |
// Step 4: Switch the scope to SCORM scope (e.g. sco) | |
// Step 5: Type following commands... | |
SCORM_SetCompleted() | |
SCORM_CommitData() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security