MDL-71378 mod_qbank: Add initial plugin structure

This commit is contained in:
Simon Adams
2024-11-15 15:18:46 +00:00
parent 269a8a8a1b
commit 78d73cc9b7
20 changed files with 749 additions and 9 deletions
+9
View File
@@ -451,6 +451,15 @@ define('FEATURE_RATE', 'rate');
/** True if module supports backup/restore of moodle2 format */
define('FEATURE_BACKUP_MOODLE2', 'backup_moodle2');
/** True if module shares questions with other modules. */
define('FEATURE_PUBLISHES_QUESTIONS', 'publishesquestions');
/** Used to determine if a plugin should render to display */
define('FEATURE_CAN_DISPLAY', 'candisplay');
/** Can this module type be uninstalled */
define('FEATURE_CAN_UNINSTALL', 'canuninstall');
/** True if module can show description on course main page */
define('FEATURE_SHOW_DESCRIPTION', 'showdescription');