Save category description in Moodle XML import/export
From MoodleDocs
What is not saved?
At this format of import/export in not saved:
1. description of the imported/exported category,
2. description of parental category(categories).
Current XML structure
<question type="category"> <category> <text> $course$ / [ $parent category name $/ ] $current category name$ </text> </category> </question>
The amount of block [ $parent category name$ / ] can be more or equally to zero.
Proposed XML structure
<question type="category">
<category> <text>$course$/My First Category</text> </category>
</question>