Completion certificate for pathed course

You can do a couple of things.First, hide the certificate page (and other similar pages) from the Table of Contents so that users can't simply jump straight to the end of the course.Second, upon completion of each learning track, add a unique character to a custom variable (such as trackcounter). For example, you could add "a" to represent track 1, "b" to represent track 2, and so forth. Using this method, you would end up with a variable value of something like "abcdefgh". Then at the end of the course, only show the certificate and allow completion of the course if the tracking variable equals what it should (such as "abcdefgh").Since the end of the course is hidden from the Table of Contents, you will also need some way for the user to get there once all tracks have been completed. Sometimes I will show a Next button that goes to the end of the course only once conditions such as what you describe are met.Jay

Discussions have been disabled for this post