Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Gradebook API: Difference between revisions

From MoodleDocs
Created page with "The Gradebook API allows you to read and write from the gradebook. It also allows you to provide an interface for detailed grading information."
 
No edit summary
Line 1: Line 1:
The Gradebook API allows you to read and write from the gradebook. It also allows you to provide an interface for detailed grading information.
The Gradebook API allows you to read and write from the gradebook. It also allows you to provide an interface for detailed grading information.
/lib/gradelib.php
/mod/xxx/grade.php
gradebook callbacks in /mod/xxx/lib.php

Revision as of 03:53, 14 January 2012

The Gradebook API allows you to read and write from the gradebook. It also allows you to provide an interface for detailed grading information.

/lib/gradelib.php

/mod/xxx/grade.php

gradebook callbacks in /mod/xxx/lib.php