Clutch152 / scripts

Collection of scripts for the lazy ... >.>
162 stars 78 forks source link

Dlc 2 working code (clutch post it please) #45

Closed wulfiebard closed 3 years ago

wulfiebard commented 3 years ago

opener.scorm.set("cmi.completion_status","completed"); opener.scorm.set("cmi.success_status","passed") window.close();

wulfiebard commented 3 years ago

@alexreyne got it thanks. I just glanced earlier when I got it working so quick posted

real-human-person commented 1 year ago

Can I ask how you ended up figuring this out? Did you have prior knowledge of Scorm?

I ended up finding a reference PDF for Scorm, here:

http://ivory-zebra-409f9b960cb1d313.znlc.jp/aen/content/act2005eg/data/txt2.pdf

and I can see how you would have gotten there eventually, but did you go about it another way?

Super helpful, btw.

iEatNoodlez commented 1 year ago

@real-human-person SCORM is an old LMS framework. You can find documentation on it everywhere. There is also some hard coded calls on course completion. ALMS is slowly phasing out SCORM or passing in additional parameters for checking for course completion and cheating.