the current stable branch includes a locallib.php file within the SCORM module with the follow error:
the scorm_grade_function references constants "VALUEHIGHEST", "VALUEAVERAGE", "VALUESUM", "VALUESCOES"
these constants are defined in the lib.php file as "GRADEHIGHEST", "GRADEAVERAGE", "GRADESUM", "GRADESCOES"
the function will not return the proper grade until the constant reference name are changed