-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.6
-
None
-
MOODLE_311_STABLE
When we produce CC 1.1 files, our manifest includes structured XML to indicate modules and items. For example:
```
<item identifier="IM_858_23">
<title>Part (invisible)</title>
<item identifier="I_858_46" identifierref="R_858_46">
<title>Chapter 7 (has text)</title>
</item>
<item identifier="I_858_48" identifierref="R_858_48">
<title>Chapter 8 (has text)</title>
</item>
<item identifier="I_858_50" identifierref="R_858_50">
<title>Chapter 9 (has no text)</title>
</item>
</item>
```
Upon importing a CC file into a Moodle course (via Restore), this item titled "Part (invisible)" is added successfully as a section. But the title itself, "Part (invisible)" is set as the section's summary rather than the section's name.
We're expecting to see "Part (invisible)" used as the section's name, but instead the section is named "Topic #" with the summary text of "Part (invisible)".
This happens consistently when importing CC files, so we're wondering why section names aren't being set with item titles. We could provide an example file if it helps with replicating this.