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.

Hi Scott, we no longer support the versions for Moodle 2.5 and earlier. The problems you mentioned have been fixed in the Moodle 2.6-2.8 releases. Additionally, we will be discontinuing support for Moodle 2.6 shortly (when the new Moodle 2.9 version becomes available).
And it doesn't show ungraded quizes for me as a grader on course pages either. Have reinstalled it but same outcome.
It will not allow me to put the block on the front oage, only on the course pages.
Now that 2.9 is officially out, can you let us know if this plug-in will be available for 2.9 at some point? :0)
Hi all
Seem to not work because need execute cron. So only run cron and enjoy
Moodle 2.8
Hi Tyler
Very handy block. However if I am on the grades page and mark a quiz (bypassing the GradeMe block) I am finding that the students quiz is still waiting to be graded on the GradeMe block.
Is there anyway this block can reflect grades given directly in the grades page? I have downloaded the latest version.
As stated by everyone else, it's a great plugin!
Kind Regards
Andrew
Hi Tyler,
Another improvement / request if possible that the list sequence of the assessment on the grade me plugin reflect the sequence on the actual course itself? Or, the include the section within the course to divide the list of the assessments require grading?
Apart from that, I 'm very happy with the plug in smile
Regards,
Riady Santoso
Hi,
I'm not sure if this is intended behavior, but the quiz query is showing "Finished/Completed" - "Not Answered" attempts. In earlier versions (2.5) these attempts weren't showing up, and now it's showing all of them as not graded (even if there are later attempts successfully graded as "passed" for the same quiz question).
Can you please point me to right direction how to adjust the quiz query to show only latest attempt (now it looks like it's ignoring max sequence number and showing all sequences that are not graded) and to exclude Finished-Not Answered attempts (eg. user submit empty text field - this has status of Finished - Not Answered attempt)?
Also one more thing I've noticed after the upgrade is that the link for attempt is now leading to: ../mod/quiz/review.php?attempt=xxxx and before it was leading to:
../mod/quiz/comment.php?attempt=xxxx&slot=1
How can I adjust this link to lead to the latter (the way it was before)?
Thank you!
Hi Tyler - great block! I am trying to get it to display forum posts that have not been rated yet. I have rating enabled with points (maximum rating is used and the ratings are either 0 or 1) and I have forums checked on the block configuration page. It is working fine for assignments but not showing forum posts at all. I am using Moodle 2.8.5+ Any ideas?
The plugin works brilliantly. Thank you very much for fixing the plugin, Tyler. The grouping is also working well.
regards,
Riady
Hi Tyler,
thanks for the update. It works like a charm! I can confirm great performance improvement (with old query it took around 15 seconds to generate all submissions for approx. 6 courses, and often the request would time out - now it's less than 2 seconds!!).
Also, it appears that all submissions are correctly fetched for both for quizzes and assignments.
Thank you.
New versions for M26, M27 and M28 are up that should fix the quiz questions not showing up for testing.
I think I've found a problem with the quiz query. I've sent it for peer review and testing and should have an update ready soon.
Hi Tyler,
We are also experiencing similar problems with the block ONLY showing Assignments that have not been marked, but not showing quizzes (Manual grading) that have not been marked. We have installed the latest version of your plug in.
Thanks for your help.
Danah
Hi,
I can confirm the same issue Riady and Nick have reported. It looks like this query:
https://github.com/remotelearner/moodle-block_grade_me/blob/MOODLE_28_STABLE/plugins/quiz/quiz_plugin.php#L32-L58
is showing only automatically graded (unfinished) attempts. Any help to rewrite this query to actually show ungraded attempts will be very appreciated. Thanks!