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.
And with a Moodle 2.3 version ready already! I am looking forward to use it!
Thank you so much!
The progress folder needs to be put into the blocks folder in Moodle. After copying the block you will also need to visit the Notifications page. Here are some links to some documentation if you need it.
http://docs.moodle.org/23/en/Progress_Bar_block#Installing
http://docs.moodle.org/23/en/Installing_contributed_modules_or_plugins
Thanks for working on this problem. Could you please post what you have found to an issue on tracker.moodle.org. That would allow me to look at it and work on the solution.
/* Changed 2012Aug06 to include overridden grades */
'finished' => "SELECT i.id
FROM {grade_items} i
JOIN {grade_grades} g ON (i.id=g.itemid AND i.itemmodule = 'quiz' AND i.iteminstance = :eventid AND g.userid = :userid)
LEFT JOIN {quiz_attempts} qa ON (qa.quiz=g.itemid AND qa.userid = g.userid AND qa.timefinish <> 0)",
/* Changed 2012Aug06 to include overridden grades */
'graded' => "SELECT g.rawgrade
FROM {grade_grades} g, {grade_items} i
WHERE i.itemmodule = 'quiz'
AND i.iteminstance = :eventid
AND i.id = g.itemid
AND g.userid = :userid",
I'd appreciate any feedback, and thought perhaps you'd consider including something like this in a future release.
I'm working on controlling roles as part of an issue reported in the Tracker. You might want to watch that issue.
http://tracker.moodle.org/browse/CONTRIB-3788
Now I see all users of the course (manager, teachers...).
Thank you very much!!!
The 1.9 version should work on 1.9.16.