14 ResultsMost relevantGetting username from CornerstoneHi all! Trying to grab the username and put it into three different variables. Name (Full name) First Name Last name I have below code, which only gives me the name and the last name. The l...JavaScript API update broke my course...; width:780px; height:548px;" src="certificateBG.jpg"; /></div>'; contents+='<div id="userTxt"><h2>'+username+'</h2></div>'; contents+='<div id="courseTxt"><h...SolvedView results from repliesJavascript to pull User Name in Reach 360...(','); var firstName = array[1].trim(); var lastName = array[0].trim(); player.SetVar("username", firstName);Retrieving Data from LMSHello all, Hoping to get pointed to the right resources. I'm trying to retrieve 'firstName' data from LMS into Storyline file. I've exported an xAPI package and published in LMS trying some J...View results from repliesPull Just First Names from LMS with JavaScript without Middle Names...o participant if (first_name) { player.SetVar("username", first_name); }else{ player.SetVar("username", "Participant"); }Pulling first name from LMS...'ve read through this discussion (https://community.articulate.com/discussions/articulate-storyline/retrieve-lms-user-name-as-variable) but I'm very green and have had no experience with javascript f...View results from repliesRetrieve LMS User Name as VariableI know you can have a user fill in a text box with their name and then later use that variable for personalization. What we would like to do is programmatically retrieve the user name from the L...View results from replieslmsAPI Functionality in HTML5 OutputHey all, I've been searching through the forums and haven't been able to find anything solid. I'm using Storyline 360, outputting to both HTML5 and Flash to cover my bases, since the a...View results from repliesCourse Name variable (for SmartSheet)...o extract the UserID and UserName. This is working. QUESTION: Is there already an existing easy way to extract the coursename from already designed courses? My c...View results from repliesUsing Text Variables to Capture and Display Learner's Name #222Use Learner's Name in E-Learning Course #222: Challenge | Recap Using variables to capture a learner’s name is one of the most common ways to build more personalized and dynamic e-l...View results from replies