Lesson Completion

Jun 20, 2016

Is there a way to report a lesson as complete (passed) to an LMS by designating a single slide as the completion criteria? e.g. I have 10 slides in lesson, I want to base completion on student viewing the last slide (other slides are optional, no quiz, no results slide).

6 Replies
Christie Pollick

Sure thing, Steve! And I did want to note in case you were not aware, as you have mentined Javascript, that is not something for which we can offer support, but there are lots of JS gurus here in the community who are usually more than happy to help! And here is our JS Best Practices sheet in case you'd like to check it out, as well. :)

Scott Wiley

The single question/choice quiz method works fine if all possible paths lead to a single point.

That is because you can only choose one quiz to set completion by.

The javascript method works best when there may be more than one "location" within your course that you might want to set completion by landing there.

On all of those slides, you can place a simple javascript trigger that includes the following bit of code:

SetStatus("completed")

Then when you publish, choose to track by slide count (all), the idea being that before anyone sees all of the slides, the javascript trigger would have set the course complete.

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