Forum Discussion
SharonUrquha144
11 months agoCommunity Member
Pulling Student Name from Oracle LMS using JavaScript
Hello brains trust! I am hoping that one of you can help me with this. I am trying to pull the student name from our Oracle LMS using JavaScript. When I upload the course into SCORMCloud, it works ...
SBP_Inc
11 months agoCommunity Member
The "StudentName" is a function, not a variable as you might be thinking. I would start by finding out if the call lmsAPI.GetStudentName is working and myName is a value. The better question is does the lmsAPI object's GetStudentName function know how to get the value from Oracle.
Bonus tip, let newName = array.join(' ') is shorter