Skip to content

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.

Notifications You must be signed in to change notification settings

suaustralia/moodle-quiz_gradingstudents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The manual grading by student quiz report
https://moodle.org/plugins/quiz_gradingstudents

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.

This is version 1.4 of the plugin which is compatible with Moodle 3.2 or later.

You can install it from the Moodle plugins database using the link above.

Alternatively, you can install it using git. In the top-level folder of your
Moodle install, type the command:
    git clone git://github.com/moodleou/moodle-quiz_gradingstudents.git mod/quiz/report/gradingstudents
    echo '/mod/quiz/report/gradingstudents/' >> .git/info/exclude

Then visit the admin screen to allow the install to complete.

Once the plugin is installed, you can access the functionality by going to
Reports -> Manual grading by student in the Quiz adminstration 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 'grades' string.

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.2%
  • Gherkin 10.8%