Skip to content

Instantly share code, notes, and snippets.

@akashlevy
Created June 22, 2022 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akashlevy/e0787d89d52ccb77a17f57fcb82a6282 to your computer and use it in GitHub Desktop.
Save akashlevy/e0787d89d52ccb77a17f57fcb82a6282 to your computer and use it in GitHub Desktop.
How to mark complete in SCORM course
// 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()
@akashlevy
Copy link
Author

"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment