moodle/grade/report/history
2014-08-22 10:32:44 +08:00
..
classes
db
lang/en MDL-46567 gradereport_history: Move paging implementation to db layer 2014-08-22 10:31:56 +08:00
yui/quickselect
ajax.php
index.php MDL-46567 gradereport_history: Move paging implementation to db layer 2014-08-22 10:31:56 +08:00
lib.php MDL-46567 gradereport_history: Move paging implementation to db layer 2014-08-22 10:31:56 +08:00
README.md MDL-46567 gradereport_history: Basic readme.md 2014-08-22 10:32:44 +08:00
renderer.php
settings.php MDL-46567 gradereport_history: Move paging implementation to db layer 2014-08-22 10:31:56 +08:00
styles.css
version.php MDL-46567 gradereport_history: Extra version.php info 2014-08-22 10:32:11 +08:00

#Grade History report This report allows grading staff to view a history of what happened to grades in their courses. This is especially useful for courses that have multiple graders and it's necessary to see if a grade or grades from one grader got altered by another.

##Install

Using Moodle

You can install the plugin from the Moodle plugin repository from within your Moodle installation.

Using a downloaded zip file

You can download a zip of this module from: https://github.com/netspotau/moodle-gradereport_history/zipball/master
Unzip it to your grade/report/ folder and rename the extracted folder to 'history'.

Using Git

To install using git, run the following command from the root of your moodle installation:
git clone git://github.com/netspotau/moodle-gradereport_history.git grade/report/history

Then add grade/report/history to your gitignore.

##Credits The Grade History report was developed by NetSpot Pty Ltd (http://www.netspot.com.au).

Code: Adam Olley (adam.olley@netspot.com.au)
Concept, Design & Testing: Consortium for gradebook enhancement

Project Management: Kim Edgar (kim.edgar@netspot.com.au)