There's no way to print a page is there?

Dec 04, 2018

Like a results page to a questionnaire but not one that uses built in questions and a results slide? That print option just forms the results from the results page into a table on a new page, right? There's not is there other than make a button that says print and pops a message up saying "press ctrl+P ya mook" but you know, in a nice way.

4 Replies
Ashley Terwilliger-Pollard

Hi Bruce,

You could look at using Javascript to do this. You'll find some details in this article, and I included snippets of two below:

Print current slide (HTML5 only)

window.print();

See how Owen Holt uses this simple code to creatively print any slide from a button on the course player.

The simple code above prints the current slide and the Storyline player. If you want to print the slide content only, not the Storyline player, see this JavaScript code from Brian Batt.

Print completion certificate

See this demo and downloadable example by Tracy Carroll where she uses two JavaScript triggers to get the current date, capture the learner's name, and print a certificate.