MDL-46567 gradereport_history: Basic readme.md

Part of MDL-46191
This commit is contained in:
Adam Olley
2014-08-22 10:32:44 +08:00
committed by Ankit Agarwal
parent 94b26ab52b
commit e57791bf6c
+26 -2
View File
@@ -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)