Forum Discussion
MarkSetlock-b41
4 years agoCommunity Member
What other information can be accessed from the LMS API using JavaScript
Hoping the community can help me figure this out. I am currently using this JavaScript to retrieve the learner's name from the LMS:
var lmsAPI = parent; var name = lmsAPI.GetStudentName(); var n...
MarkSetlock-b41
3 years agoCommunity Member
Hi James.
Thanks for the response. You are correct in assuming we are using SCROM (2004 1.4 to be exact). I have been working with some colleagues on the data side of things and it doesn't appear that there is a realistic way to obtain that information on the path that I am on. That said, there are some options built into our LMS (Workday learning) that may solve for this.
If I get any further information relevant to this, I will be sure to post!