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 Jason, the Grade Me block doesn't allow you to add it to the home page because it needs to know which course it's supposed to be displaying unmarked assignement for. At some point in the future we might add a summary view that displays which courses have ungraded assignments but that code doesn't exist yet.
Hi,
When i click the checkmark for any student it does take me to the student's grading page but when i save changes the changes pass to the first student of the list no matter if he has made any submission or he has been graded before.
Thanks,
Elena
WHat would it take to get you to develop a plug in that includes ungraded forum posts, as well?
I REALLY need to have a way to give instructors a list of forum postings they have not graded. I'd even pay!
Hello, great work on this plug in. Can someone please walk me through the process to add this block to the home page of a site? I have no troubles adding the block to course pages, but it is not appearing as an option in the 'add a block' drop-down menu on the front page. Many thanks to the contributors for this little gem of a plugin.
Hi Benjamin, I think we have a solution for that problem scheduled for review. It will be a few weeks before the next release is ready, but I'll try and make that this quiz problem is addressed for the next release.
@Tyler Bannister - the quiz plugin continues to have a faulty query (linking question attempt ids to quiz ids is a part of the problem) . At this point in time, at least the quiz portion of this module is unusable.
I've added new updated versions of Grade Me for Moodle 2.5, 2.6, 2.7 and 2.8. This new version includes a minor fix for grading with custom scales, as well as some contributed fixes from Jerome Mouneyrac and Edutech Leaders.
We just upgraded to Moodle 2.8.2 and installed Grade Me shortly after. The issue we are having is that the Grade Me block is showing a number of assignments that are already marked as needing marking. Even after remarking the assignments they remain in the block showing as needing marking. Has anyone else run into this? Any suggestions?
Hi Tyler, I have just re-installed the Grade Me block because of a number of requests from instructors. The cron does not seem to be picking up that the block is there or running the block. I run the cron from CLI and thus it is not populating with anything. Any thoughts? Also, if I enable the Quiz checkbox we get a database error. I am on M28 (latest GIT as of 1/6/2015).
Thanks,
-Chris
Unfortunately, the Grade Me block still seems to be mostly broken, like it has been for months, except for the Forum plugin. I get these results using the new 2.8 version available from both Moodle and Github.
Assign plugin - Detects that something needs grading only when using points and seems to work but the rownum is calculated incorrectly and posts the grade to the wrong student, usually, depending on number of students in the course.
Database plugin - Detects that something needs grading but will not go to a student entry at all.
Forum plugin - Detects that something needs grading and seems to work ok using both points and scales.
Glossary plugin - Detects that something needs grading when using points or scales, but keeps showing it as needing grading in the Grade Me block, even after grading has been done.
Quiz plugin - Detects some quizzes as needing to be graded, even when they don't and only seems to remove ones that really were needing manual grading.
The little triangles that indicate open/close always indicate open, even when an entry is closed.
New versions for M25, M26, M27 and M28. This update prevents the user from putting the block on the front page or my-moodle pages since it won't work there. It also adds a new Spanish file. So, Feliz Navidad everyone!
You said that Grade Me is configured to work with groups, so that teachers will only see the assignments submitted by students if they are both members of the same group. Does Grade Me take into account the new "marker allocation" facility in 2.6, so that a marker would see only those unmarked assignments allocated to her/him?
I have uploaded some updated versions of Grade Me, including a new M28 release. The new releases should fix quiz support in M25 and M26 and fix a problem with forums being listed after they are graded.
Thanks Matthew Lowe for 16th Oct comment. I too didn't have it working because I wasn't using the normal grade scales for assignments ('assign'). That amendment worked for me.
However I did notice that when I did that, that I had several people show up as needing grading that were already graded. Sussed out they were all people who had more than 1 attempt. So I changed this line:
LEFT JOIN {assign_grades} ag ON ag.assignment = asgn_sub.assignment AND ag.userid = asgn_sub.userid
by adding afterwards:
AND asgn_sub.attemptnumber = ag.attemptnumber
Now the results seem inline with my expectations, albeit I'm not proficient enough to say what I did was right.
Also got this error:
Fatal error: Class 'question_state' not found in (~~~my moodle site path~~~)/blocks/grade_me/plugins/quiz/quiz_plugin.php on line 39