Manual grading by student

Quiz reports ::: quiz_gradingstudents
Maintained by TimTim Hunt, at the OU (Perry building)Mahmoud Kassaei, Chris Nelson
A quiz 'report' add-on for Moodle, like the nomal manual grading report, but which lets you grade one student at a time, rather than one question at a time.
Latest release:
346 sites
231 downloads
19 fans
Current versions available: 7

This 'report' is actually a tool like the standard Manual grading quiz report, but which lets you grade all the responses by one student, rather than all the responses to one question.

Once the plugin is installed, you can access the functionality by going to 'Reports' -> 'Manual grading by student' in the Quiz administration block.

To avoid confusion, you may wish to use Moodle's http://docs.moodle.org/en/Language_customization to rename the standard 'Manual grading' report to 'Manual grading by question'. The string you are looking for is in the 'quiz_grading.php' component. You need to edit the 'grading' string.

Screenshots

Screenshot #0

Contributors

Tim
Tim Hunt (Lead maintainer)
at the OU (Perry building)
Mahmoud Kassaei: Developer
Chris Nelson: Product owner
Please login to view contributors details and/or to contact them

Comments RSS

Afficher les commentaires
  • Jeff Finnan
    %a 02/13/2015D %b %Y, %H:%M
    Go to the discussion mentioned by Tim Hunt. It is explained there.
  • Tim
    %a 02/13/2015D %b %Y, %H:%M
    Copy and paste from the link that was already given: https://moodle.org/mod/forum/discuss.php?d=275531#p1184843

    This is a side-effect of this report being created by the OU, for the OU's own purposes. We wanted (mostly) anonymous marking. Therefore, this report is coded to show each student's ID number, not their name.

    If you want to change this, you would need to change:

    https://github.com/moodleou/moodle-quiz_gradingstudents/blob/v1.1/report.php#L378 - change 'u.idnumber' to 'u.*'.

    https://github.com/moodleou/moodle-quiz_gradingstudents/blob/v1.1/report.php#L221 - change that whole line to '$row[] = fullname($attempt);'

    (I think that is all you need to do. Please test before using that for real.)
  • Bec Adamson
    %a 05/29/2017D %b %Y, %H:%M
    This report is working well (with the code mods to show and order by Firstname/Lastname) in our 3.0 environment, thank you for sharing it. Has anyone been able to customize the display order so attempts that are pending grading are grouped together? I attempted to modify the code to get the display order to be Grading Required, Last name, First Name but I couldn't crack it.
  • Tim
    %a 05/31/2017D %b %Y, %H:%M
    I am not aware of anything like that.
  • Dinis Medeiros
    %a 01/23/2018D %b %Y, %H:%M
    Is it 3.4 compatible?
    TIA
  • Tim
    %a 03/16/2018D %b %Y, %H:%M
    It is now 3.4-compatible.
  • Shawn Bullivant
    %a 06/04/2020D %b %Y, %H:%M
    Hi i have installed fine however the student name is not showing - is there anything i need to change? Thanks for your help
  • Tim
    %a 06/05/2020D %b %Y, %H:%M
    This report was created for the OU, and our requirement was to only show the user's idnumber. So, that is what it does. Sorry. Someone could change it to be more like the standard manual grading report.
  • Eslam Adel
    %a 12/05/2021D %b %Y, %H:%M
    Hello Dears,
    I'm using version 3.9.3, It works fine, But student column is blank.
    How to fix this?
  • Chris Nelson
    %a 12/06/2021D %b %Y, %H:%M
    @Eslam,

    Sounds like you need to look at https://moodle.org/mod/forum/discuss.php?d=275531#p1184843

    Hope that helps.
  • Cathy McLelland
    %a 07/06/2022D %b %Y, %H:%M
    Hi all,
    We have installed v1.9 of the manual grading by student plugin on a Moodle 3.11 site, and want to use it in the way the OU originally developed it i.e. anonymous marking of quiz responses per student, rather than per question, with only ID number being displayed. We have this working with an earlier Moodle and plugin version but with v1.9 on the 3.11 Moodle site, when I show or hide the ID number (using grading:viewidnumber in the permissions), it's the email address that appears or disappears. It's the ID number we need to see, so I'm wondering if I'm missing a setting somewhere or if there has been a change to v1.9 of the plugin?

    Many thanks,
  • Tim
    %a 07/06/2022D %b %Y, %H:%M
    There has been a change.

    In the Moodle admin screens (Admin -> Users -> Permissions -> User policices) there is a setting 'Show user identity', which controls which information about users is shown in reports like the gradebook, participants page, etc.

    The improvement (well, we thought it was an improvement) was to make this report respect that standard Moodle setting, rather than doing its own thing.

    So, hopefully it works for you to change that setting.
  • Cathy McLelland
    %a 07/08/2022D %b %Y, %H:%M
    Hi Tim,
    Thanks so much for getting back to me. That setting change does exactly what we need. Thanks again.
  • Tim Bahula
    %a 08/05/2022D %b %Y, %H:%M
    The instructions above indicate, "You need to edit the 'grades' string." The name of the desired string is actually 'grading'.
  • Chris Nelson
    %a 08/05/2022D %b %Y, %H:%M
    @Tim Bahula. Thanks for letting us know, we will update sourire
1 2 3
Please login to post comments