Forum Discussion
HolldridOdreman
4 years agoCommunity Member
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: un...
LaurenDuvall
4 years agoStaff
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();