mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-71575 qbank_viewquestiontext: Add View question text plugin to core
This implementation will introduce a qbank plugin "viewquestiontext" which will view the question text row in the question bank view by replacing the core class. Having this plugin will give users the flexibility of enabling or disabling the question text row in the question view.
This commit is contained in:
parent
206023c15f
commit
97880f26b9
8 changed files with 245 additions and 1 deletions
|
@ -1943,6 +1943,7 @@ class core_plugin_manager {
|
|||
'editquestion',
|
||||
'exportquestions',
|
||||
'importquestions',
|
||||
'viewquestiontext'
|
||||
],
|
||||
|
||||
'qbehaviour' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue