1. Review, test and merge: https://github.com/h5p/h5p-moodle-plugin/pull/131
2. Ensure that this is the correct way of handling files when doing backup/restore
3. When doing a backup and restore of Moodle Courses, H5P Content should be restored with its related files and working.
4. Import/Export for courses must work as well.
Hi there. Is there any work in progress for this? We are very keen to see backup and restore added to the H5P Moodle plugin, but so far this is as close as I have seen to a working solution:
https://github.com/h5p/h5p-moodle-plugin/pull/41
We are happy to help with development of this if we are able.
and I have implemented a solution: https://github.com/h5p/h5p-moodle-plugin/pull/131
I've fixed some of the big issues with the backup solution(missing content dependencies and such) and it should be ready for production use after a good round of testing.
Everything seems to work the way it should, great work!
Excellent. We should really have tested how well it does with lots of content(>100) as well.