Multiple graders

Maintained by Lucian Gabriel Pricop
Advanced grading form allowing multiple graders for assignments
Price option: Free

Supports Moodle 3.4-4.2 See all versions
Latest release: 1 year ago
Installations: 143
Downloads (last 90 days): 46

Frankenstyle name: gradingform_multigraders
Grading methods

Comments

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

Hello Wafaa. Please go over how you setup the assignment and the advanced grading form definition. Is "Use marking workflow" set to No, as Sylvia suggested ?
Hello, this really appears promising plugin. I tried it on Moodle 4.5 and when I click Publish grade? nothing happens I am wondering if I am missing something or what should I do to post final grade to gradebook
Thank you
Hello Sylvia Ng. We fixed this issue in our latest commit to the source code https://github.com/newroco/moodle-gradingform_multigraders Are you able to try this on your end?
Hello! When I'm in the advanced grading settings after selecting multiple graders for an assignment I am getting a php error when either when I try to "Create new grading form from a template" .. there are 3 sections to this error:
1. Exception - implode(): Argument #1 ($array) must be a type of array, string given
2. Debug info: Error code: generalexceptionmessage
3. Stack trace:
line 154 of /grade/grading/form/multiplegraders/lib.php: TypeError thrown
line 154 of /grade/grading/form/multiplegraders/lib.php: call to implode()
line 112 of /grade/grading/form/multiplegraders/lib.php: call to gradingform_multigraders_controller->update_or_check_definition()
line 118 of /grade/grading/manage.php: call to gradingform_multigraders_controller->update_definition()
Anyone know what this means and how I can fix this? Thank you so much for your help!
P.S. On a totally separate note, we realized the "grading workflow" setting in an assignment needs to be switched to "No" otherwise the grade never gets released to the student even when the grade is published, in case anyone else was stuck on that error.
Hi Graeme. Thanks for reaching out! Unfortunately, at this time, we don't have confirmed plans for a version supporting Moodle 4.1 version. Our development resources are currently focused on maintaining compatibility with the funder's Moodle deployment roadmap, which means 4.2 and above, with 4.5 targetted for early next year.
The plugin is opensource and any developer could work on creating a 4.1 version and we welcome contributors. We could undertake that work for you but it would be chargeable. Let me know via PM if that's of interest.
Hi...any plans to have a 4.1 version of this plugin? I tried installing the 3.9 version to a vanilla 4.1.11 installation and it failed. Also, I had some strange file ownership issues in both the 3.9 and 4.2 downloads when I extracted them which I've never seen/had with any other plugins I've downloaded. Any update on this would be appreciated. Thanks
hi, i;m trying to create a report which gives me the user, course, assignment, final grade, and individual grader grades using a SQL statement in moodle. i can link together the id's and itemids for the usual user, course, assign, gradeitem, gradegrades etc, but i can't work out how the id's in the multigraders tables relate back to anything else. any help would be great
Hi. We'll be working on a version for Moodle 4+. You can follow the github bug tracker for updates.
Hi, this looks great for assessment moderation -- will you be updating it for Moodle 4+?
Hello,
We can add the grades of the first marker and the second marker but at the point of publishing marks in the grade book, only the marks of the publishing examiner are made visible, and also the average is not calculated. What can we do about that?
Jonadine Dy, I was not able to replicate. You should open an issue on the tracker here https://github.com/newroco/moodle-gradingform_multigraders/issues with more details.
Yuri S, your question is not very clear. With multi graders plugin, you can set it up to automatically suggest the average of the previous grades to the next grader, but I'm not sure if that's what you meant.
Hi, does anybody knows how to get an average grade for a specific student?
Many thanks.
Hi, I am wondering why the icons for setting up second gradings under advanced grading form are cut in half. I can't post the screenshot here but to give an idea how it looks like, I can't see the labels of the icons for editing the form. it is only the first half of the box (icons).
Hey I was having an issue when trying to add a new function.
To fix it I manually made get_external_definition_details() return an array like so
return array($definition_extradetails);
I was then able to add functions in moodle
It's done, new version should fix the custom scale problem reported and also discourage first graders from clicking on publish right away