What I would like to do is has the progress bar to show how far they are along in the training course.
I think the logic I would need to do it is:
a. Number of Modules
b. Number of Modules complete
(so some how work out the % of the bar for Total - Complete)
But how would I get this to work with a progress bar
Any thoughts or suggestions would really be welcome.
I did have a look at that @Teodor but I don’t quite understand how I can make the count of the modules into a %
for example they could have various amounts of modules (this would change all the time)
so say for one course, it may be 5 modules and for another it may be 15 modules.
so how would I make the modules complete count a percentage of the module count?