Forum Discussion
RyanLowry
10 years agoCommunity Member
Storyline 2 Example - Generating a PDF Certificate for users who successfully complete a quiz
Hi all,
I've been experimenting with a JavaScript PDF library (pdfmake) to generate PDF certificates client side for learners who have successfully completed a quiz in Storyline 2.
You can see a...
RyanLowry
9 years agoCommunity Member
Hi Ryan,
I don't think this is an issue, at least it hasn't been for me when testing in Moodle.
The page structure when viewing a Storyline SCORM package in Moodle is as follows:
moodle page
--> iframe
----> frameset
------>frame
--------> storyline
----------> iframe (webobject)
Tthe JavaScript targeting the webobject iframe is called from the Storyline content so the 1st child iframe will still be the webobject.
Cheers,
Ryan
- RyanMartin9 years agoCommunity Member
Cool.