Forum Discussion
Stephanie
12 years agoSuper Hero
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typica...
OwenHolt
11 years agoSuper Hero
I believe that the javascript is breaking at the first "unknown command" which is your get score command. Java doesn't like the variable name that contains the "." (Results.ScorePoints specifically). At least, that is my theory.
Try either removing this line from your code (since you are not using it in your email body currently) or...
if you will be using it in the future, first pass the StoryLine created variable into one of your own and then pull that one into your email body using javascript.