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.

Manual grading by student v1.0 for Moodle 2.4+

Moodle 2.4, 2.5
Released: Saturday, 18 January 2014, 3:48 AM

The manual grading by student quiz report

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.

You can install it from the Moodle plugins database http://moodle.org/plugins/view.php?plugin=quiz_gradingstudents

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.

Version information

Version build number
2013071500
Version release name
v1.0 for Moodle 2.4+
Can be updated to
v1.1 for Moodle 2.6+ (2014011700), v1.2 for Moodle 2.6+ (2014111200)
Maturity
Stable version
MD5 Sum
f5e21dad814720ab9a68c9589efbfb08
Supported software
Moodle 2.4, Moodle 2.5
  • Latest release for Moodle 2.4
  • Latest release for Moodle 2.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.0

Default installation instructions for plugins of the type Quiz reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation