Forum Discussion
Print button
I did a simple presentation where I ask my students to enter text into a diagram. I added a clickable button control with the following trigger wizard commands:
Action: print results
Results: unassigned
When: user clicks
I read in some discussions that the clickable button control would not work in preview mode. However, when published and posted to my LMS, and I click on the button, nothing happens. Am I using the correct trigger?
Thanks to anyone that can help me!
Hello Holldrid!
I'm happy to help! You can use the same trigger, but if the Results is set to unassigned, then nothing will print. You'll need to add a Results Slide to that part of the trigger. Once you do that, then the Results Slide will print.
If there is a specific slide that you want to print, you can also use Javascript to print that slide. Just use the Execute Javascript trigger and enter
window.print();
- HolldridOdremanCommunity Member
Thank you!!!