Takeaways for the Learner

Oct 25, 2012

I was curious...

Is there a way that the learner can print off the answers that they have submitted at the end of a module?

I've created a few modules that have a mix of short quizzes/t-F/Multiple choice etc slides, and the chance for users to type answers to a question in a text box. When they get the last page, it would be great to give them the option to print off their answers so they have a plan to take away and apply to their work in the future...

Is this a really tricky thing to do?

If any of you have done this, it'd be great to know if you've had any success!

M

3 Replies
Jesse Spinella

Not tricky at all, I found a quick JavaScript command through other forums in here that can print a page in a button. 

1. Create a button.

2. Add a trigger that says: Execute JavaScript

3. Click the little ... button to input a JavaScript command: window.print();

4. Publish file and test (won't work on the preview screen)

If that wasn't clear,  ... window.print();  ... is your command, the . () and ; are necessary to execute the command.

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