Forum Discussion
SteveFlowers
13 years agoCommunity Member
Example files: Generating a certificate from Storyline
This example demonstrates how you can take user input and generate a certificate for printing. Any Storyline variable or score can be used to generate the output. The file and file add-ins are both ...
NancyWoinoski
13 years agoSuper Hero
Well, I finally figured out why my variables were not passing to the certificate.html. I was trying to pass a numeric variable with a score as well as the text variable containing the learner's name.
To get this to work, I had to add a .toString(); to the numeric one as follows:
var scoreTotal=player.GetVar("userScore").toString();