How to get Storyline - Build-in Var

Mar 05, 2021

I am trying to get the data from the Storyline's Built-In Variable data to be downloaded to my google docs. 

"FirstName" : player.GetVar("FirstName"),
"LastName" : player.GetVar("LastName"),
"EmpID" : player.GetVar("EmpID"),
"CourseNumber" : player.GetVar("CourseNumber"),
"CourseName" : player.GetVar("CourseDescription"),

Below is the Built-In Variable.
"Score" : player.GetVar("Result.ScorePercent"),  
"Pass" : player.GetVar("Results.PassPercent")
}

I can get the rest of the variables but unable to get the Built-in Variable.

I am not sure if I made the Java Wrong. If someone have suggestion please say so.

4 Replies