Question bank plugins: Difference between revisions
From MoodleDocs
Matt Porritt (talk | contribs) Created page with "= Overview = Question type plugins allow you to extend the functionality of the Moodle Question bank." |
Dev Docs Bot (talk | contribs) Update migration status and path |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Template:Migrated|newDocId=/docs/apis/plugintypes/qbank}} | |||
= Overview = | = Overview = | ||
Question type plugins allow you to extend the functionality of the Moodle Question bank. | Question type plugins allow you to extend the functionality of the Moodle Question bank. | ||
= Plugin Features = | |||
* Table columns | |||
* Action menu items | |||
* Bulk actions | |||
* Navigation node (tabs) | |||
* Question preview additions (via callback) | |||
= Plugin structure = | |||
= Admin settings = | |||
= Core Plugins = | |||
[[Category:Plugins]] | |||
Latest revision as of 13:44, 17 August 2022
| Important:
This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date. Why not view this page on the new site and help us to migrate more content to the new site! |
Overview
Question type plugins allow you to extend the functionality of the Moodle Question bank.
Plugin Features
- Table columns
- Action menu items
- Bulk actions
- Navigation node (tabs)
- Question preview additions (via callback)