MDL-71585 qbank_managecategories: Add managecategories to core

This implementation will introduce a qbank plugin "managecategories"
which will add the question categories feature in the question bank view
by replacing the core classes. Having this plugin will give users
the flexibility of enabling or disabling the category tab.
This commit is contained in:
Guillermo Gomez
2021-09-03 09:41:18 +10:00
parent 443a980aea
commit fb10b36c04
51 changed files with 2471 additions and 703 deletions
+1
View File
@@ -1943,6 +1943,7 @@ class core_plugin_manager {
'editquestion',
'exportquestions',
'importquestions',
'managecategories',
'viewcreator',
'viewquestionname',
'viewquestiontext',