Forum Discussion
Saving Storyline Variables to a PDF
I was asked about an example I created for saving variables from Storyline into a PDF file for download. Rather than fill the ELHChallenge thread with the information I decided to write up a thread on what I did. If you have any questions feel free to reach out.
The course executes JavaScript from within a Storyline (trigger) with the use of a client-side JavaScript PDF generator, jsPDF. This will not work locally, however, I have had successes with it functioning in IE11 without being hosted. It is easiest to design the PDF prior to inputting this into the course as you cannot preview. Thankfully, the jsPDF package contains an editor with their examples to design in.
Script & Demo Files for jsPDF:
Parallax: http://parall.ax/products/jspdf (contains an editor as well)
or via
GitHub: https://github.com/MrRio/jsPDF
1. Add Variables(score)/Text Entry fields
2. Add Trigger to execute JavaScript when user clicks (for downloading the PDF)
3. Retrieve the Player Variables within the .js field of the trigger and attach jsPDF settings per desired result look and feel.
**Notice an additional variable is created to transitioning the Storyline variable for the "Notes" in order to use ".splitTextToSize" for text wrapping within the PDF file. By default text wrapping does not occur.
4. Publish the course and add the applicable JavaScript files needed for your package (I placed mine within the "story_content" directory)
5. Add script files to the HTML <head></head>(story.html)
6. The result: Articulate Storyline Variables pushed to a downloadable PDF.
Storyline:
PDF Output:
Live Version:
https://googledrive.com/host/0B9kY09mQf_iqV3dTQ0Q4cUFvTlU/
Source & Published Files:
- DonNeeds1Community Member
Hello All,
I am looking at purchasing Storyline 2; however this method of saving variables to PDF does not work in Storyline 2. Does anybody have any ideas as to why it will not work? Everything works perfect in Storyline 1.
PS - Thanks so much for this info & source! It is great!
Thanks
Don
- notusingCommunity Member
I have not looked into this too much, however, quickly upgrading the file from SL1 to 2 and publishing it did not work locally, but did work when hosted. This happened to be similar behavior in SL1, though.
- JacksonHamnerCommunity Member
I've tried publishing the example and it is still not working for me :/
I fill in the forms click the download button and nothing happens. Is there a way to fix this?
- MandyGalleyCommunity Member
This is great and just what I am looking for, but like Jackson I cannot get it to work. Any news on this?
Hi Jackson and welcome to E-Learning Heroes!
Hi Mandy!
You can see Josh's post above where he had to host the content for his shared example to work. Not sure if this is applicable to you.
Hopefully someone in the community will be able to assist you
- JacksonHamnerCommunity Member
Leslie McKerchie said:
Hi Jackson and welcome to E-Learning Heroes!
Hi Mandy!
You can see Josh's post above where he had to host the content for his shared example to work. Not sure if this is applicable to you.
Hopefully someone in the community will be able to assist you
Thanks for the response!I tried to host the files, but unfortunately they still didn't work. The example files I downloaded worked, but once I converted it to an Articulate Storyline 2 file it stopped working.
Any ideas?
Hi Jackson! This is not something that Articulate supports and hopefully someone in the community will be able to assist you with
- GemzNunnCommunity Member
Hi Josh,
Thank you for sharing this. This is awesome!
Question: is this script unsupported by IE9? I've been testing it out on a few browsers and it works fine in Chrome and Firefox, but not in IE9. (I'm testing in IE9 because it is still used by some of our customers.) Do you have any suggestions as how to get around this?
- GemzNunnCommunity Member
I figured it out. Needs to be exported and uploaded to SCORM engine before it works. :)
Glad you got this figured out Gemz. Thanks for the update.