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
232 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

Afișează comentariile
  • Jeff Finnan
    vin., 13 feb. 2015, 07:56
    Go to the discussion mentioned by Tim Hunt. It is explained there.
  • Tim
    vin., 13 feb. 2015, 13:35
    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
    lun., 29 mai 2017, 07:41
    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
    mie., 31 mai 2017, 23:50
    I am not aware of anything like that.
  • Dinis Medeiros
    mar., 23 ian. 2018, 19:00
    Is it 3.4 compatible?
    TIA
  • Tim
    vin., 16 mar. 2018, 23:50
    It is now 3.4-compatible.
  • Shawn Bullivant
    joi, 4 iun. 2020, 19:25
    Hi i have installed fine however the student name is not showing - is there anything i need to change? Thanks for your help
  • Tim
    vin., 5 iun. 2020, 00:16
    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
    dum., 5 dec. 2021, 02:21
    Hello Dears,
    I'm using version 3.9.3, It works fine, But student column is blank.
    How to fix this?
  • Chris Nelson
    lun., 6 dec. 2021, 17:46
    @Eslam,

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

    Hope that helps.
  • Cathy McLelland
    mie., 6 iul. 2022, 21:34
    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
    mie., 6 iul. 2022, 22:08
    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
    vin., 8 iul. 2022, 16:45
    Hi Tim,
    Thanks so much for getting back to me. That setting change does exactly what we need. Thanks again.
  • Tim Bahula
    vin., 5 aug. 2022, 02:54
    The instructions above indicate, "You need to edit the 'grades' string." The name of the desired string is actually 'grading'.
  • Chris Nelson
    vin., 5 aug. 2022, 19:06
    @Tim Bahula. Thanks for letting us know, we will update surâs
1 2 3
Please login to post comments