Letter Grade Scale Edits in 1.9

Re: Letter Grade Scale Edits in 1.9

by Robert Russo -
Number of replies: 0
Sorry I missed this for almost a year:

Change the following in grade/lib.php

$url = 'edit/letter/index.php?id='.$courseid;
to
$url = 'edit/custom_letter/index.php?id='.$courseid;


Otherwise the plugin is never called, ever. This has to be done because there is no real way to add editing plugins into the grade book like you can add reports.