-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.9.1
-
None
-
MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
With the new format of the mhaairs grade items as manual/mhaairs the gradebookservice has to ignore the itemtype and itemmodule recieved from connect. That is, regardless of the received values of these parameters in the service request, the mhaairs items have to be created/updated as manual/mhaairs.
- Add a new item with type 'mod' and module 'quiz' via the update_grade service.
- The item should be created as manual/mhaairs.
- Add score for the item with type 'mod' and module 'quiz' via the update_grade service.
- The score should be updated and the item should remain manual/mhaairs.
- is duplicated by
-
CONTRIB-5879 Add a unit test for migration of mod/quiz mhaairs items to manual/mhaairs.
- Closed