Progress tracking

Hello everyone,

I would like to ask is it possible to track the progress of a user when he clicks a course that has few chapters, but ONLY ONE assignable unit. I would like to get a percentage of the completion status of the course for every user. Is there some variable or action that I have to put on the pages in order to get this? This is very important to me, so I'd really appreciate if anyone could help me. Thanks.

Discussion (1)

The first thing that came to mind was to use a user created variable to track the progress through the course. You'd create "CourseProgress" and set it to 0. Once the learner completed page 1 the value would be changed to 10, page 2 to 20, etc. Then you could have a text box that shows based on the current value of the variable. For example, show 10% if CourseProgress is equal to 10, 20% if equal to 20, etc.

Discussions have been disabled for this post