Moodle question bank plugin to selectively download questions as Moodle XML.
This project was created at DevCamp at MoodleMoot DACH 2024.
This plugin requires Moodle 4.4.
It will probably work with a lower version of the 4.x branches, however, this was not tested. In case you want to use it with a lower version, please adapt the version.php
.
Quiz question export as XML does only work category wise or for a single question only. This plugin adds a bulk action in the question bank. Questions remain where they are. The export is an Moodle XML file.
Install the plugin to folder <moodle_dir>/question/bank/bulkxmlexport
Then visit the admin notification page to complete the installation.
See http://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins
- Add Moodle 4.5 to the CI pipeline.
- Fix missing include.
- Added ci of Moodle 4.4.
- Added basic behat tests for functionality.
First version after creating it at Moodle Moot DACH 24