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 ...
CarolynLewis
11 years agoCommunity Member
I can't see where anyone has answered the question asked by quite a few people about how to add the score to the certificate. I've got these entries in the html but i can't get it to work:
.score {
position:absolute;
left:520px;
top:500px;
width:320px;
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
color:#cc00ff;
z-index:2;
var learnerScore=player.GetVar("Results1.scorePercent").toString();
document.write("
"+learnerScore+"
");
I'd be grateful if anyone can help as I'm going round in circles with this.