Forum Discussion
JavaScript no longer working!
As Phil pointed out, you don't have variables "SystemDate" and "PrintTitle" declared in Storyline. Also, in your JavaScript code, you say " var exercisenotes1=player.GetVar("csreflect1");" but on your layer with text fields, you refer to "csareflect1" (same issue with all 4 text variables). It appears that you have declared similar variables for the same purpose and mismatched them.
Solution:
1. Create a blank text variable "SystemDate"
2. Create a text variable "PrintTitle" (I'm not sure what is the value you want to assign to this variable)
3. Slide 1.12: replace cs with csa in cs variables in JavaScript code on the Reflection Print layer
If you publish only slide 1.12 for testing purposes, the "SystemDate" will not show unless you place the Execute JavaScript trigger from the first slide (one that sets up the date) to Slide 1.12. Or you may place it on the Master slide to make sure it's always running.