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 Sir,
I want to mark the course modules "yes" for monitoring automatically.. But I couldnot understand where the details saved . Please help me. On which table , the progress bar details are saved? I am stucked . Iam using moodle 2.8.1. I cannot go forward without your help. so help me please.
Thanks in advance,
Jerin
Hi, John.
Thanks for raising that issue.
We see a presentation issue related to the width of the table in the "Overview of Students" page, documented here: https://tracker.moodle.org/browse/CONTRIB-5523
Thanks for reporting that, AL. I've put up a new version with a fix.
Michael
Hi Michael, Just used Progress Bar in a way I never have before and noticed a minor bug. Opend a Tracker Issue https://tracker.moodle.org/browse/CONTRIB-5513.
AL
Thanks for raising that issue, Mitja.
I've fixed the ordering and posted new versions here and on Git.
Michael.
Never did that before, so I hope I did OK now: https://tracker.moodle.org/browse/CONTRIB-5465?filter=-2
Hi, Mitja.
I see your problem. When the block items are sorted by time, if there are multiple items due at the same time then the order they are shown in would be relatively random as they are drawn out of the database. I could add a second dimension that sorts by time then by order in the course. If you could create an issue in the Tracker, I'll do the coding.
Michael
Hi, what is the order of elements in progress bar (we have 12 quizzes) if they all have the same exact open and end date and time. We had a strange order 6-12 and then 1-5. We temporarily solved this by setting each quiz end time one minute later then previous. What is the correct way? Thank you.
Hi, Richard.
This is the norm for blocks. Why? I'm not sure, but I suppose it's a simplification that was considered when the block classes were first created (not something I was a part of).
Michael.
Thanks Michael!
Any special reason tot encode the info?
I'm not going to change this smile
Richard.
Hi, Richard.
The block instance settings are encoded as a single record in the blocs_instances table. It is possible to get each record, decode, modify, encode and set. There's examples in the block/progress/db/upgrade.php and in the block's restore code.
Be careful setting the action for each monitored assignment to "passed" as this relies on the related assignment having a passing grade set in the gradebook.
Michael.
Michael,
Al lot of my teachers use the progress bar. When they first configured it, they have spent hours to add progress bars to all their courses and configure it in a right way.
However, many of them made one mistake. For assignments, they set the condition for turning green on 'assigment turned in'. Now they want to change this to 'assignment passed'.
Is there a quick way to do this in the Moodle database, or do my teahers have to open all the settings of the progress bars again to change this setting individually for each assignment?
Hi, Diljith.
No one else has reported that problem. Perhaps you could turn on debugging on your site. If it provides some information, perhaps you could create an issue on tracker.moodle.org with that information and I can help you there.
Michael.
Dear Michael,
The plugin is great!! We are using it in our course for a long time. From the recent update we are facing a difficulty in configuring the plugin. The configuration page looks blank.
Did anyone else face this issue. Can you kindly suggest a solution.