-
Bug
-
Resolution: Fixed
-
Blocker
-
3.6.6, 3.7.2, 3.8
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
It looks like when MDL-62708 was done, export/import of category idnumbers was missed out. (Possibly because fixing MDL-23545 was a necessary prerequisite and had to be done at the same time.)
Steps to reproduce:
- Create a test course.
- Create a question category, and set its idnumber to 'catid'.
- Create a question in that category.
- Export the category in Moodle XML format.
Expected result: the export file contains <idnumber>catid</idnumber> in the block of XML relating to the category.
Actual result: no category idnumbers in the file. (Question idnumbers work.)
- blocks
-
MDL-66553 Display ID number and tags in the question bank UI
- Closed