6 Replies
Sam Hill

The easiest way to do that would be just using some JavaScript. I'm guessing it is an LMS requirement that the course sends a score of 100 for completion? It seems unusual.

Add a trigger to the slide at which you want to set the score, add a JavaScript trigger to on timeline start, and add the following JavaScript.

parent.SetScore(100, 100, 0);

This discussion is closed. You can start a new discussion or contact Articulate Support.