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.
Is it possible to clear student's progress data? Moodle 2.7. "Delete completion data" in course reset doesn't help.
Thank you in advance.
Yes, you only need to check out the repository. At present there is only one branch that I am maintaining for Moodle 2.0 to 2.7 and onwards (hopefully).
To git progress bar I just need to :
moodle-code/blocks]$ git clone https://github.com/deraadt/moodle-block_progress progress
right?
It seems that the sole branch 'master' is already checked out, so I don't need to do :
moodle-code/blocks/progress] $git checkout -b master origin/master
As it tells one to do in http://docs.moodle.org/27/en/Installing_Moodle_from_Git_repository#Installing_a_contributed_extension_from_its_Git_repository. Correct?
Just getting in to git.
Thanks
Mark
You can be selective about which activities are displayed in the block; this is set in the block's configuration. This is the same in Moodle 2.7 as it was in previous versions.
Thanks for reporting your problem as an issue on Tracker. I'll comment there.
Michael.
I just retested the display of display of Progress Bar sections for groupings and it is working for me. Ensure that you have the latest version of the block as this functionality was only recently added. The visibility of sections should match the visibility of activities/resources in the course for students.
If you do find a case where this is not working with the latest version, please create an issue or comment on the Tracker issue you mentioned. If so, please provide replication steps to demonstrate the problem.
Michael.
This plugin looks great, so I thought id install it in my test Moodle Enviroment.
When trying to set the activities to be tracked by the bar, i get the following error message output.
I'm using Moodle 2.6.1 (Build: 20140113).
Notice: Undefined index: 0 in /blocks/progress/edit_form.php on line 141 Notice: Trying to get property of non-object in /blocks/progress/edit_form.php on line 141 Warning: array_search() expects parameter 2 to be array, null given in /blocks/progress/edit_form.php on line 141 Notice: Undefined index: 0 in /blocks/progress/edit_form.php on line 141 Notice: Trying to get property of non-object in /blocks/progress/edit_form.php on line 141 Warning: array_search() expects parameter 2 to be array, null given in /blocks/progress/edit_form.php on line 141
It seems that $sections on line 141 of edit_form.php is not an array which is throwing out this error message as you are trying to get index 0 of null.
Then the next error is that you are passing a variable equal to none as the array component of an array_search().
$sections[$coursemodule->section]->sequence does not return an array.
Is it possible you review this code and fix the errors above so I can install this plugin into my production Moodle Instance.
I have opened a bug tracker at the following URL - https://tracker.moodle.org/browse/CONTRIB-5123
Thanks for your help!
Aaron
I like this plugin but I can't get it work with groupings.
When I enable grouping mode on a activities/resources, to show some of them to only members of the group I choose, Progress Bar doesn't take this setting and it shows all activities to the student.
I work on Moodle 2.7, can you test this and tell us how to make it work? I've seen on the issue tracker that you checked this problem as solved but it doesn't seem to... any help?
I'm not sure what that means. Is this preventing the Progress Bar block from working on your site? If so, could you please create an issue on tracker.moodle.org and let me know where the error is occurring, with as much information as you can provide. If you can temporarily turn on debugging on your site, that may provide additional information.
Michael.
Yes, the Progress Bar block can show whether a student has viewed a Page and other resources. I hope it works for you.
Michael.
is the progress bar able to track also the resource page? I have created some pages with embeded videos, which the students schoud look. And the students schould be able to see which videos they have aleady seen. That's why I'm asking
Thank you & Greetings;
Michael
It's a pity. I feel that Moodle2.x is slower than 1.9.