Grade Me

Shows a teacher all of the assignments and manual quiz questions (essays and file responses) that have been submitted, but not graded.
Price option: Free

Supports Moodle 2.3-4.5 See all versions
Latest release: 1 year ago
Installations: 3456
Downloads (last 90 days): 774

Frankenstyle name: block_grade_me
Blocks

Comments

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

Please add support for 3.10 and 3.11
Install, then add a block (from the dropdown options take grade me) on the home page or course pages to install.
I do not know why this plugin not working on our site, is there anything extra need to be configured?
Eamon, with the new UI, if you click on the checkmark next to the user's name, it should take you directly to the annotation page. The action was there before but it was really difficult to see what you were pointing at so we took that request into consideration with the latest update.
Hello, just to address a few questions/requests:
* For any feature requests or bug reports please submit these as an issue on our GitHub tracker at https://github.com/remotelearner/moodle-block_grade_me/issues . If possible review existing issues first to determine if one of them matches your case, and if so add a comment with any more detailed information you'd like to provide.
* In the case of bugs please include the version of Moodle/Grade Me being tested, setup and all steps needed to reproduce the error, current outcome and expected outcome that would confirm the error is resolved. We will be reviewing these in the coming weeks as we plan further work on Grade Me, and will include them as we are able in future releases.
* Note that we do not have an existing release of Grade Me available for Moodle 3.10 yet, but once we do it will be posted on GitHub and as an official version here on the Moodle.org plugin directory. We will also be reviewing the current Moodle 3.9 release to determine any items that may have broken in 3.9 as compared to the prior versions.
* If you're seeing assignments fail to display in the block a few items to check would be making sure your given grade item type is enabled in the block settings page, and making sure the Moodle cron task is enabled and running the Grade Me scheduled tasks on the server. You'll also need to confirm that the cron job is successful and not outputting any errors with connecting to the database.
Try this, maybe this will work Magali
/admin/settings.php?section=blocksettinggrade_me
"Refresh quiz attempts needing grading"
Hello,
Thank you for the plugin, we loved it, but we can't make it work on Moodle 3.9 with plugin version 3.9.
Teachers and students are in the same group, but it says "Nothing to grade" even when the student has delivered a task and the teacher has received Moodle and email notification.
The strange thing is that having the same configurations in and environment with Moodle 3.8 and plugin 3.8 it works properly.
Could you please help us with this issue?
Regards,
Magalí
Hello,
That would be great if the courses were sorted by course name. Also, for each course, the assignments could be sorted by name. Thank you.
Hi,
One of our clients has requested a feature for the plugin, the ability for assignment links in the block to link to the annotating assignment page, rather than the non annotating page. Can this be implemented as a config setting? I can provide code if it would help.
PHP 7.4
Moodle 3.10
Grade Me work as expected, but:
In my case the Assignments counts out of 1, to the learner is either 0 or 1. (Obviously 1 to pass.)
When the Teacher SAVE the feedback in the grading, without reverting it back to DRAFT (to allow the learner to re-submit it, it also removes it from the Grade Me block.
So the Teacher updated a comment on the Assignment without grading.
Item still shows "waiting grading", but does not appear on Grade Me block.
This did not work like this in 3.9 as far as I know.
line 35 of /blocks/grade_me/settings.php: call to get_string()
line 99 of /lib/classes/plugininfo/block.php: call to include()
line 81 of /admin/settings/plugins.php: call to core\plugininfo\block->load_settings()
line 8764 of /lib/adminlib.php: call to require()
line 26 of /admin/search.php: call to admin_get_root()
Invalid get_string() identifier: 'modulename' or component 'mod_assignment'. Perhaps you are missing $string['modulename'] = ''; in mod/assignment/lang/en/assignment.php?
line 353 of /lib/classes/string_manager_standard.php: call to debugging()
line 7435 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
line 37 of /blocks/grade_me/settings.php: call to get_string()
line 99 of /lib/classes/plugininfo/block.php: call to include()
line 81 of /admin/settings/plugins.php: call to core\plugininfo\block->load_settings()
line 8764 of /lib/adminlib.php: call to require()
line 26 of /admin/search.php: call to admin_get_root()
moodle 3.10+
Hello! Thank you for this block. We just recently found it and it is going to be a great resource for our instructors. During testing, we weren't able to get the discussions to show up in the block when they need to be graded. We are using the Grading Guide for the Grading Method. When I switched to Simple Direct Grading, the discussion would then show up to be graded. Is there any way that support for Grading Guides can be added? Thanks again.
@cory - go into the gradebook single view - remove the override. Go back to the grademe block and give the submission some feedback which should remove it from the block. You can then go back and add the override back.
Anyone else know how to remove the submissions from the block if there is an override on that grade?
As per Ricardo Caiado (Mon 13 Apr 2020) and Nicholas Stefanski (Thu, 16 May 2019):
We also encountered an error with this block when on PostgreSQL (Moodle 3.7.6 with GradeMe 3.7.0.0 (2019052000)). The table alias `user` in one of the queries is a reserved word in PostgreSQL and causing an error in the scheduled tasks.
There is a patch that we have applied to our test site that works: see https://github.com/remotelearner/moodle-block_grade_me/pull/31
Also see: https://github.com/remotelearner/moodle-block_grade_me/issues/14
Hoping this can get in the official version so that we can apply this to our production site!
Julie Clarke