Multiple graders

Grading methods ::: gradingform_multigraders
Maintained by Lucian Gabriel Pricop
Advanced grading form allowing multiple graders for assignments
Latest release:
158 sites
71 downloads
14 fans
Current versions available: 3

Add the multigrades archive to install plugin section of moodle Administration or Extract the "multigraders" folder from archive into /<your moodle folder>/grade/grading/form/
From admin dashboard, check for updates, approve the installation of the new plugin it discovers.

# How to activate:

When editing the settings of an assignment, open the grade section and for "Grading method" choose "Multiple graders".
When you save the assignment settings, you will be asked to create a form definition for this assignment. If this doesn't happen, you need to create one from Administration menu
section -> Assignment administration -> Advanced grading -> Edit multiple graders options. Some other themes may display an option "Edit multiple graders options" from the cog menu of an assignment.

When defining a new form definition, you are asked for:
- a list of graders, these will be allowed to second-grade the assignment and will also receive notifications of where second grading was requested.
- grading criteria : rich text displayed at the top of the advanced grading method as a guide to teacher on how/what to grade
- the method of auto calculating the next grade and outcomes. So when a second grader arrives to grade, the outcomes and the grade is automatically set based on this method, they only need to change what they don't agree with:
- last previous grade: copies the data from the previous grader
- minimum previous grade: copies the minimum from all previous grades
- maximum previous grade: copies the maximum from all previous grades
- average previous grade: sets the average values from all previous grades
- blind marking: if checked, graders don't see the grades from previous graders
- show second graders notes to students: if checked students will see along with the final grade also the intermediary grades. (Every grader may choose wheter their notes are visible to students as well or only to other techers)

# How it works:

1. Select an assignment setup with Multiplte graders
2. First teacher that grades becomes "the first grader" which acts like an owner of that assignment/person grade. They are the ones to assign the final grade by checking the button/checkbox "publish grade".
3. After first teacher is done grading, they need to use the checkboxes to decide:
- if the notes they added should be visible to students or not
- if they want to ask for second graders
- if the grade is final or not
4. If they requested second grading, all teachers defined as second graders will receive a moodle notification with a link to the Assignment
5. Second graders after adding their grade and notes may choose
- if the notes they added should be visible to students or not
- if they want to ask for second graders - this will effectively call to a third grader
6. If they requested second grading, all teachers defined as second graders will receive a moodle notification with a link to the Assignment
7. The first grader can decide at all times the final grade and to publish the grade in the gradebook.
8. Any account can grade only once a certain assignment/user

# Other features

- The plugin takes care of outcomes as well and decides the grade based on the defined calculation from Gradebook setup.
The assignment and outcomes need to be under the same category, the plugin takes the formula of the category total and applies it to assignment total.
- Admins may delete all data related to a grade, all comments and grades of all graders.
- If a grade is locked or overridden the plugin loses control and can't make changes; if this is the case, the plugin will notify users.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3

Contributors

Lucian Gabriel Pricop (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Lucian Gabriel Pricop
    Mon, 22 June 2020, 5:07 PM
    Hi
    Here are two very useful urls I found on google for you: https://moodle.potsdam.edu/mod/page/view.php?id=232086 and https://docs.moodle.org/39/en/Grades_FAQ#How_do_I_give_a_fixed_score_for_a_successful_quiz_attempt

    These help a lot in understanding how you can setup a gradebook with formulas.
  • head and shoulders photo  - man with a beard
    Wed, 8 July 2020, 4:20 PM
    Lucian

    This is wonderful thank you. I particularly like that you have set up a test site - thank you very much for that I wish other developers would do the same as it is very useful to see the plugin in action. A quick question - when grader 1 issues a grade of 60 and grader 2 provides a grade of 50 - I anticipated that the student would receive a grade of 55 but instead the gradebook shows 60 as the grade. Is it possible to issue the average grade to the student or does the original grader have to go back in and change their original grade to reflect the input from the second grader?
  • Lucian Gabriel Pricop
    Wed, 8 July 2020, 4:38 PM
    Hi Mark. Thank you for your interest in my plugin. I added a new screenshot showing how you can change the method to automatically calculate the new grade based on the previous ones. On the demo site, I let the default option: "last previous grade", which means, no change when a new grader submits a new grade, keeping 60 in your example.
  • Keith Byrne
    Tue, 18 May 2021, 4:40 PM
    Trying to use this with a custom scale, Fail, Pass, Merit, Distinction or even a Pass/Referred scale. When referred=1 and pass=2 and in order for a student to pass they must get >=2 but I keep getting the error 2 Grade is not allowed in range?? How do I amend this as this works perfectly to grade without the 2nd grader plugin?? The other thing I noticed is the when you click request second grader do you need to click publish grade?? as I haven't been able to get the link to send to the 2nd grader?? Either when I click req second grader and save nor if I publish the grade what am I doing wrong here??
  • Keith Byrne
    Tue, 18 May 2021, 6:04 PM
    Ok got it to work with % grade but not with a scale now please advise on getting the scale to work, I know this is something small I'm missing here??
  • Lucian Gabriel Pricop
    Tue, 18 May 2021, 11:24 PM
    Hi Keith. I am in the process of fixing the problem with custom scales, maybe tomorrow it will be ready in a new version. You don't need to publish the grade unless it's final. If the notification doesn't go out, make sure there are some second graders selected in the "Secondary graders" list and that they allow receiving notifications by either e-mail or webapp.
  • Lucian Gabriel Pricop
    Wed, 19 May 2021, 9:08 PM
    It's done, new version should fix the custom scale problem reported and also discourage first graders from clicking on publish right away
  • Paul Montagna
    Thu, 24 June 2021, 1:32 PM
    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
  • Nadine Tilar
    Mon, 6 Sept 2021, 5:15 AM
    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).
  • Yuri S.
    Tue, 7 Dec 2021, 1:15 AM
    Hi, does anybody knows how to get an average grade for a specific student?
    Many thanks.
  • Lucian Gabriel Pricop
    Tue, 7 Dec 2021, 3:39 PM
    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.
  • gayan Pitigala
    Sat, 5 Mar 2022, 1:09 PM
    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?
  • Gregor McNish
    Tue, 14 June 2022, 8:38 AM
    Hi, this looks great for assessment moderation -- will you be updating it for Moodle 4+?
  • Lucian Gabriel Pricop
    Fri, 23 June 2023, 9:37 PM
    Hi. We'll be working on a version for Moodle 4+. You can follow the github bug tracker for updates.
  • John Hampson
    Fri, 14 July 2023, 10:23 PM
    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
1 2
Please login to post comments