Clutch152 / scripts

Collection of scripts for the lazy ... >.>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infosec "pipewerks undefined"

ihatearmyDL opened this issue · comments

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

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

@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...

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

@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();