Articulate Storyline: Sending Learner Score to LMS Using JavaScript


JavaScript can be of great help to take your eLearning courses developed in the Storyline to the next level, be it Storyline 1, Storyline 2 or Storyline 360. It lets you extend the functionality of the built-in tools in Storyline that come by default. With JavaScript, you not only can update the Storyline variable, but it also comes handy while working with the eLearning courses that are going to land up in an LMS after eLearning development.

JavaScript in Storyline gives you control to manipulate and use the information coming from LMS and being sent to LMS. Few popular examples of such scenarios are:

Getting the student’s name from LMS
Getting the student’s status
Getting and setting Lesson status
Getting student’s Language preferences
Sending user score to LMS
In this blog, we will discuss on how to send learner score to LMS using JavaScript.

Develop a Storyline course with questions or assessment. If you are selecting Storyline’s default assessment, some pre-defined variables will be added to calculate the score by default. But storyline doesn’t allow access to those variables. As a result, we don’t have an option to adjust their values because Storyline takes full control over them.

Click here for more Info : Articulate Storyline: Sending Learner Score to LMS Using JavaScript


Comments