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 ...
SinchuRaj-
10 years agoCommunity Member
Hi Steve, thanks for the certificate, i just updated few more functionalities like score and student name (from LMS).
1.I have created two variables , one for username (var Studentname) and another for score(var customScore).
2.i Set the value for customScore in result page
I have added below code in print certificate button
var LMSName = parent.SCORM_GetStudentName();
var player = GetPlayer();
player.SetVar("Studentname",LMSName);
3.called this variables in certificate.html page.
I have attached the source and published file for more reference.
Note - Student name will work only in scorm