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.
Seem to not work because need execute cron. So only run cron and enjoy
Moodle 2.8
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
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
Regards,
Riady Santoso
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!
regards,
Riady
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.
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
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!