Forum Discussion
JasonChan1
13 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
9 years agoSuper 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
9 years agoCommunity Member
Phil Mayor - There is a reason you are called a HERO! Thanks we will test it out right away.
Related Content
- 7 months ago
- 8 months ago
- 4 months ago
- 6 months ago