Not graded appearing in grade book...

Not graded appearing in grade book...

by Tony Ruggiero -
Number of replies: 3

Russell:

I just noticed that the Instances of the Attendance module that are not graded (we have some that are) are appearing in the gradebook. How can we eliminate them?

Thanks,

Tony

Average of ratings: -
In reply to Tony Ruggiero

Re: Not graded appearing in grade book...

by Gustav W Delius -

The lines

      $return->grades = NULL;
      $return->maxgrade = NULL;

in the definition of the function attendance_grades() in cvs:/moodle/mod/attendance/lib.php should be replaced by

    $return = NULL;