Forum Discussion
JasonChan1
12 years agoCommunity Member
Everything we know about Cornerstone on Demand and Storyline!
I thought I would start a thread about Cornerstone on Demand so there's a central place for people to read and add to. There seems to be a dearth of information about how CSOD and Storyline interac...
PhilMayor
Super Hero
add a text variable called newName
var player = GetPlayer(); var myName = lmsAPI.GetStudentName(); var array = myName.split(','); var newName = array[1] + ' ' + array[0]; player.SetVar("newName", newName); //myName = player.GetVar('myName'); //player.SetVar("newName", newName);
BridgetBrown
8 years agoCommunity Member
Phil Mayor - There is a reason you are called a HERO! Thanks we will test it out right away.