fes
fes

Reputation: 2525

Captivate & SCORM

I have published a sample SCORM 2004 and SCORM 1.2 file from Captivate (for HTML5 not SWF). I load the index_scorm.html inside an iframe to use it like a popup. How can I get the quiz/completion value from this index_scorm.html file?

Are you supposed to modify the index_scorm.html file itself, handled from iframe code or something else?

The documentation around wrappers and API is not clear on connecting to published sources.

Any help or link to resources appreciated.

Upvotes: 1

Views: 231

Answers (1)

Mark
Mark

Reputation: 2549

There is a SCORM Runtime API needed which tracks the student attempt. I do not know of a free one. There are some stand-alone examples floating around the web but if you were to roll your own you’d need to read up on the SCORM RTE.

There is more info on https://github.com/cybercussion/SCOBot

Upvotes: 0

Related Questions