Husky SuccessFactors LMS

Husky uses the SuccessFactors LMS to deploy courses to its employees. SuccessFactors has unique features so a patch was required to allow existing courses to function in it.

Husky SF Patch 20180228

Contents

  • films.swf
    • Version 3.965, better disable objectives & interactions
  • FiLMS_ini.txt
    • Configuration file that directs Brain to disable objectives & interactions
  • index.html
    • Customized to disable alert message on close
    • Improved DEBUG window
  • load.swf
  • scorm12.swf
    • Works with Brain 3.965
  • ua-parser.min.js
    • Required by index to identify Edge browser

Implementation

Patcher

http://demo.icomproductions.ca/resources/1/patcher/patch_husky_sf.php

Manual

  1. Ensure course requiring a patch is unzipped
  2. Backup existing files that will be updated
  3. Download patch (bottom of this page)
  4. Copy contents into course folder
  5. Edit the file FiLMS_ini.txt
    1. Check your mastery_score. Should it be 80 or something else?
  6. Edit the file index.html
    1. Edit line #8, replace _____COURSE_TITLE_____ with a proper course name
    2. Check line #39
      1. DEBUG = true; // Opens DEBUG window
      2. DEBUG = false; // Does not open DEBUG window
  7. Zip contents of course folder
  8. Test in SCORM Cloud