Clutch152 / scripts

Collection of scripts for the lazy ... >.>
164 stars 81 forks source link

infosec "pipewerks undefined" #47

Open ihatearmyDL opened 3 years ago

ihatearmyDL commented 3 years ago

error on MSIE when trying to run script...ran at the first popup and the first slide, neither worked

ihatearmyDL commented 3 years ago

disregard, it shows successful even though it returns the error, just close out and it will refresh, go back to main view and then my certificates

PharaohJZX commented 3 years ago

@ihatearmyDL How did you get the script to go through? I'm trying to use it rn and running into the same issue as you...

FUJIWILLI commented 2 years ago

@ihatearmyDL @PharaohJZX DID either one of you guys figure it out how to get the script to go through ?

traviszuleger commented 2 years ago

@FUJIWILLI Here is the code that I was able to figure out to complete INFOSEC.

Get to the top level part of the lesson (this is the second popup that actually shows the slides) Go to Console and type (or paste) this:

SCORM_Initialize(); SCORM_SetCompleted(); SCORM_SetPassed(); SCORM_Finish(EXIT_TYPE_FINISH, true); top.close();