Skip to content
Marcus Green edited this page Sep 4, 2024 · 2 revisions

Welcome to the moodle-question_bank_bulktags wiki!

Examples of Question Bank plugins

https://moodle.org/plugins/browse.php?list=category&id=81

Question bank plugins api (not a lot of content yet)

https://moodledev.io/docs/4.4/apis/plugintypes/qbank

Question bank plugins are placed in the folder question/bank

This plugin is derived from the bulkmove plugin in core

https://github.com/moodle/moodle/tree/main/question/bank/bulkmove Bulk updating question fields other than questiontext, specifically tags. https://moodledev.io/docs/4.4/apis/subsystems/tag

https://github.com/moodle/moodle/blob/main/tag/classes/tag.php

https://github.com/moodle/moodle/blob/6cd55074c72c73f7053a28dae2d181cdee2f5667/tag/classes/tag.php#L1045

Clone this wiki locally