Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 2.09 KB

README.md

File metadata and controls

51 lines (29 loc) · 2.09 KB

moodle-qbank_bulkxmlexport

Latest Release Build Status PHP Support Moodle Support License GPL-3.0 GitHub contributors

Moodle question bank plugin to selectively download questions as Moodle XML.

This project was created at DevCamp at MoodleMoot DACH 2024.

Requirements

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.

Motivation for this report

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.

Installation

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

Version History

0.4

  • Add Moodle 4.5 to the CI pipeline.

0.3

  • Fix missing include.

0.2

  • Added ci of Moodle 4.4.
  • Added basic behat tests for functionality.

0.1

First version after creating it at Moodle Moot DACH 24