diff --git a/grade/report/history/README.md b/grade/report/history/README.md index b4696ac9148..1d1d5eac7b8 100644 --- a/grade/report/history/README.md +++ b/grade/report/history/README.md @@ -1,2 +1,26 @@ -moodle-gradereport_history -========================== +#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 + +- University of Canberra (http://www.canberra.edu.au) +- University of New South Wales (http://www.unsw.edu.au) +- Macquarie University (http://www.mq.edu.au) + +**Project Management:** Kim Edgar (kim.edgar@netspot.com.au)