ConocoPhillips is an ICOM client. They have their own corporate LMS SuccessFactors.
Contractor Portal:(decommissioned)
https://conocophillips.hseportal.ca/
Admin login:(decommissioned)
https://conocophillips.hseportal.ca/login.php?admin
Courses:
Conoco Phillips - Process Safety Awareness Course
750x507 viewable, due to LMS header
Process Safety Awareness Course is an ICOM course for Conoco Phillips
Options:
update to course:
in index.html upon completion it will set score of 100 due to client's request even though there isn't a quiz that records such a score. - tobias
case "LMSSetValue": var sep = args.indexOf(","); var value = (sep != -1) ? scoAPI.LMSSetValue(args.substr(0, sep), args.substr(sep+1)) : scoAPI.LMSSetValue(args, ""); //-- if(DEBUG) debugDiag(command+'("'+args+'\")'+'\n'); //-- //Conoco - if completed return 100 as score if(-1 != args.indexOf("cmi.core.lesson_status,completed")){ scoAPI.LMSSetValue("cmi.core.score.raw", "100"); }