This extension has been retired and is no longer being actively maintained. This functionality is now available by default in Learning Mode.
Sensei LMS Course Progress provides a sidebar widget that displays all the lessons in the current course or module and lets your learners see, at a glance, which ones they have completed and which they have yet to take.
If you'd like to try Sensei LMS Course Progress on your site, you can download it for free from the product page.
If you'd like to do some development and run the plugin locally, you can do that too:
- Make sure you have
git
,node
, andnpm
installed. - Clone this repository locally.
- Execute
npm install
andgulp build
from the root directory of the repository. - Copy the
/build/sensei-course-progress
folder towp-content/plugins/sensei-course-progress
.
All contributions are greatly appreciated and welcome! Please submit a pull request and we will do our best to incorporate it.