Forum Discussion

MarkSetlock-b41's avatar
MarkSetlock-b41
Community Member
4 years ago

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...