15 Comments
Kristin Warehime
Kristin Warehime

Here is the code I used. I am not sure what board I got it from. It's been a while now since I made this course, so I hope I remembering correctly, but I created text entry variable for each answer. Then in the code, I replaced the placeholder variables with my variables. In the code below you will see my variables (purpose, goal, intro, etc). On the screen where the print button was located I ran a trigger: If you know a bit of HTML you can change the look of the text a bit. I left the print out pretty basic. Hope that helps. // Step 1. Connect JavaScript to the Storyline variables var player = GetPlayer(); var textEntry1=player.GetVar("Purpose"); var textEntry2=player.GetVar("Goal"); var textEntry14=player.GetVar("Intro"); var textEntry3=player.GetVar("MainIdea"); var textEnt... Expand