Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Gradebook export

From MoodleDocs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Instructions say to change in db/access.php:

  $gradeexport_[newexport]_capabilities = array(

but in the existing in db/access.php files it looks like this:


  $capabilities = array(

I don't find any reference to either variable, and I don't know how this works. Should I change it to be as the documentations says? Or should the documentation be updated?

There are other typos int eh doc that I can figure out, so I will just update it, but the above I am not sure of.

The convention for access.php files changed in Moodle 2.0. $capabilities is now the correct way.--Tim Hunt 17:03, 31 July 2011 (WST)