Progress Bar
Maintained by
Michael de Raadt
A time management tool for you and your students
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I'm still wishing to stick to a simpler view, partly because I think more details would not be beneficial and probably because I'm avoiding work.
You're correct, and that's one reason why I don't want to support any more colours. Many people want more colours, but for different reasons. At the moment the colours are relatively intuitive and I'd prefer to leave it that way rather than introducing ambiguity.
It isn't the same thing. Most of our assignments (lessons, follow-up questions (aka "quizzes"), etc... are automatically graded by Moodle, so I already have it set to be marked complete when graded. The issue is when it is completed (and therefore graded) after the original due date (which could be interpreted as the "expected by date"). It's different from awaiting grading. It simply shows items done late.
You might want to get involved in this issue...
https://tracker.moodle.org/browse/CONTRIB-5282
In the meantime, perhaps change the condition to graded rather than submitted.
It may be the SCORM activities you are using. Different SCORM packages generate different results, unfortunately. The Progress Bar looks for a lesson status of completed from the database. This has worked well for people in the past and been refined a bit.
My parents often contact me and say that the progress bar shows it was completed, why is there no score in the school's gradebook? My response is that if it was turned in late (after I downloaded all the scores in a spreadsheet), then I have to go in individually and pull the student's grade and enter it into the school's gradebook. (I have students fill out an "Online Work Turn-In Slip" for late Moodle assignments, so I know to go pull their grades.) Have a separate Progress Bar indicator will help parents (and students) understand that the item was completed after the due date and therefore wasn't automatically recorded into the school's gradebook.
Thanks for your time and consideration!
Brian Rigwald
Global Studies 8
I'm running SCORMs through Moodle 2.7 using your Progress Bar. I have the progress bar to track Activity Completion. When I go through the lesson, the progress bar is not updating the completion status. I've run the SCORM through debugging and ONLY if I force the LMSFinish() function will it update on Progress Bar. Is that something that is an issue with the Progress Bar or my SCORMs?
Moodle docs:
- the Standard log explained - https://docs.moodle.org/dev/Logging_2
- how to disable the Legacy log - https://docs.moodle.org/28/en/Logging
My fix for 2.9 was affecting users of the Legacy log (in all 2.x versions). I've fixed that now.
BTW, you should consider transitioning to the more efficient and useful new standard log, if this affected you.
Michael