"Print Results" to PDF or ASPX

Nov 22, 2022

Good morning,

I have a quiz built in Storyline uploaded into our SharePoint page so that individuals can easily take it multiple times. The idea is that they'll click "Print Results" in order to review areas they need to focus further on in training. However, in order to upload the course to Storyline, I need to change all HTML files to ASPX files in order for them to load (my understanding is HTML files aren't compatible with our version of SharePoint). This was fine, until I was troubleshooting just now and realized that the results page also publishes to HTML and therefore loads as a blank screen.

Are there any options within Storyline (or work arounds) that will let me print to a PDF or Word file? I feel like that's a simpler question than asking how I can print the results to an ASPX file, but if that's an easier fix, I'd be open to that as well.

Thanks!

1 Reply
Sandeep Gadam

Hi Amanda Himes, you can always use SL's standard print results trigger to print user inputs. We also have the choice of manually entering the user name. Please refer to the print results.png snapshot that is attached for your reference. We may download it as a PDF from the initial HTML page that loads.

Another work around here is that we can create a customized downloadable PDF as per our requirement by using JavaScript. For this, you need to create variables for each quiz options and then place these variables in a single slide. Then provide the user with a button to download it as PDF. Let me know if you need any additional help with this.