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 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
Thanks for raising that issue.
Michael
AL
I've fixed the ordering and posted new versions here and on Git.
Michael.
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
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.
Any special reason tot encode the info?
I'm not going to change this
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.
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?
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.
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.