Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.9.6, 3.10.1, 3.11, 4.0
-
Moppies Kanban
Description
While working on MDL-63961 I've realised JSON files haven't the expected format for OBv2.1 badges (in some cases they are using OBv1.0 fields) because there are some comparisons with OPEN_BADGES_v2. For instance, here: https://github.com/moodle/moodle/blob/master/badges/classes/assertion.php#L328
This issue should review all these checks and fix them to guarantee the format for OBv2.1 is the expected.