Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 3.4
-
Component/s: Web Services
-
Testing Instructions:
-
Affected Branches:MOODLE_33_STABLE
-
Fixed Branches:MOODLE_34_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-59019-master -
Pull Master Diff URL:
Description
The "grade" field (maximum possible grade of the module) should be a PARAM_FLOAT because some modules like quiz or workshops expect a FLOAT value while others (like assign, lesson, lti) expect an integer.
I know that the policy is not to backport this changes, but this is a serious bug