-
Bug
-
Resolution: Fixed
-
Minor
-
2.2, 2.3
-
None
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE
-
Hi,
I was enabling IMS-CC export @ MDL-33079, and tried the obvious test:
1) Create one course with a few activities (one scorm and one ims-cp resources included).
2) Backup (export) it to IMS-CC format.
3) Restore (import) it, to get the course back and compare.
And 3 fails because cc112moodle::get_manifest() returns the scorm or ims-cp imsmanifest.xml files before looking for the root/imsmanifest.xml one (because of how DirectoryIterator returns the information).
So I've created one small patch to enforce looking to the root directory before searching recursively. For your consideration.
Ciao
- Discovered while testing
-
MDL-33523 Some warnings and basic problems restoring one IMSCC file generated by Moodle export
- Closed
- has been marked as being related by
-
MDL-37573 Error restoring IMS CC moodle backup (on the same system)
- Closed
-
MDL-33522 Improve imsmanifest.xml detection on IMS-CC restore converter
- Closed
- Testing discovered
-
MDL-33079 Enable IMS-CC export by default
- Closed