Progress Bar icon

Progress Bar

Maintained by Michael de Raadt
A time management tool for you and your students
Price option: Free

Supports Moodle 1.9-3.1 See all versions
Latest release: 9 years ago
Installations: 2164
Downloads (last 90 days): 311

Frankenstyle name: block_progress
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi,
This plugin is of great help. I just wanted to know if there is anyway we can let the plugin track only the quizzes, lessons and other instances of the current week (say Monday to sunday). Our course has a huge number of quizzes and the progress bar looks very cluttered if we track the whole course. TIA
Hi, Paul.
It is possible to customise the strings used by the Progress Bar block as you do with any strings in Moodle. See the following page for a guide...
https://docs.moodle.org/en/Language_customisation
Be careful what you change, though. The meaning of attempted and completed are different and may relate to different activities. It may be more correct to modify the conditions that lead to the levels you want, but this requires code modifications. I have tried to make such modifications simple by putting them together in an array in the lib.php file. The downside of code modifications is that it will conflict with future Progress Bar block upgrades.
Hi,
We'd like to change the 'Attempted' label on the progress bar to 'completed'. Any suggestions on how that might be accomplished?
Thanks,
Paul
Very helpful. Thank you for clarifying!
Hi, Sebastien.
The actions differ for different activities. Perhaps I could add some help for that in a generic way. To answer your specific question, though, "finished" is a specific state of a Questionnaire activity where the user has finished the survey, "activity completion" is applicable to all activities if turned on (it's an advanced feature). For activity completion you set conditions in the activity's settings.
For not-completed vs future-not-completed, the difference is that the former is overdue and the latter is work that can be done later. The distinction is whether the event's deadline is in the past or the future.
Also (sorry if I am asking the obvious but could not find an answer) what is the difference between "not-attempted" and "future non-attempted" (set in /admin/settings.php?section=blocksettingprogress) ? By default it is the future not-attempted that shows. I wonder how I could use the other option. Thank you for letting me know where I can read more about this.
Hello. Is there an explanation somewhere of what the various actions mean? In particular, I am unclear for a questionnaire on the difference between "finished" and "activity completion." Could you explain? Thank you!
Yes, that is exactly what I mean. Thanks -- got my vote!
Hi, John.
Currently the block is set up in a common way and is visible to all students in a course. Within that it does show individual students their own individual progress.
Is that what you mean, or do you want to be able to have the ability to set up different Progress Bar blocks to show to individual students? There is a request to allow a teacher to specify which group/grouping the block is visible to, which could allow you to have different blocks for different groups (see https://tracker.moodle.org/browse/CONTRIB-4903).
Michael.
Hi -- Can this be tailored to specific students, or do you generally set it up for an entire class?
Hi, Jona.
That is an image of the Progress Bar on the My Home page. It collates the Progress Bars from various courses into a single block for the student.
In a course it is possible to have multiple Progress Bar blocks, if you wish to have different content monitored in each. I recommend that for long courses with lots of assessment.
Michael.
Hi Michael,
In Image 4 for this plugin, there's 3 individual progress bars within 1 block.
How do I do this? I've only ever been able to add one progress bar per block.
Thanks in advance.
Jona
Hi, Tal.
It should limit the view to groups that a user can see if they don't have the permission to view all groups. If that's not working, please create an issue on tracker.moodle.org and I'll look into it.
Michael.
Hi Michael,
I love this plugin, it's really a great one. I'm using it now for a number of cohorts/groups within the same course, and in the progress bar overview teachers can access the student progress bar overview for other cohorts/groups as well. I can't seem to find how to switch this off to maintain student data privacy by limiting it to the cohorts/groups that the teacher is enrolled in. What am I missing here?
Thanks!
Tal
Hi, Jerin.
I'm not exactly sure what you mean by "automatically". Perhaps you could elaborate on that.
Look back in the comments on this page from 3 Nov for details of how and where the block's configuration is stored.
Michael.