Grade Me
Maintained by
Tyler Bannister, Logan Reynolds, James McQuillan
Shows a teacher all of the assignments and manual quiz questions (essays and file responses) that have been submitted, but not graded.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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
I REALLY need to have a way to give instructors a list of forum postings they have not graded. I'd even pay!
Thanks,
-Chris
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.
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.
Fatal error: Class 'question_state' not found in (~~~my moodle site path~~~)/blocks/grade_me/plugins/quiz/quiz_plugin.php on line 39