Details
Description
I'm running the latest Moodle stable release (16th April 2008).
When I try to exclude an grade item from grading I get this error 'Fatal error: Call to undefined function grade_floats_different() in C:\Programas\xampp\htdocs\moodle\grade\edit\tree\grade.php on line 188'
The error appears since I turned the debugger on. Before that, I just got a blank screen and the option was not saved.
Workaround would be to set these "excluded" grades to zero and then, exclude empty grades from aggregation, but in some cases (when students get zero because they haven't submitted their work, for instance), this isn't really a viable solution.
hello,
please try a cvs update or download a fresh package - I am sure this function is in lib/gradelib.php, most probably there is something wrong in your php files.