Possibility to print / create a PDF

Jun 16, 2020

I have several open questions on a quiz slide (please take a look at the attachment). In order for the participants to save their answers to discuss them later with their trainer, I would like them to be able to save their answers on a PDF on their PC. Is there such a possibility? Or to print out the slide directly?

Alternatively, I would have to indicate that you should screenshot your slides

1 Reply
Sam Hill

Hi Silas, it is not possible to generate a PDF as such, but people may be able to print to PDF if they have the software installed and can select it as a printer and save to their computer.

What you will need to do is add a button labelled Print to the slide, and on the click trigger add execute JavaScript, and then add the following line of JavaScript which will open the browser print dialogue. Anything anymore sophisticated than this will not be possible as it requires server side processing.

window.print();

This discussion is closed. You can start a new discussion or contact Articulate Support.