mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-27789 The new question plugins reported as standard ones
This commit is contained in:
parent
6911fa130b
commit
d1c77ac372
3 changed files with 11 additions and 0 deletions
|
@ -289,6 +289,7 @@ class plugin_manager {
|
|||
),
|
||||
|
||||
'local' => array(
|
||||
'qeupgradehelper'
|
||||
),
|
||||
|
||||
'message' => array(
|
||||
|
@ -316,6 +317,13 @@ class plugin_manager {
|
|||
'checkbox', 'datetime', 'menu', 'text', 'textarea'
|
||||
),
|
||||
|
||||
'qbehaviour' => array(
|
||||
'adaptive', 'adaptivenopenalty', 'deferredcbm',
|
||||
'deferredfeedback', 'immediatecbm', 'immediatefeedback',
|
||||
'informationitem', 'interactive', 'interactivecountback',
|
||||
'manualgraded', 'missing'
|
||||
),
|
||||
|
||||
'qformat' => array(
|
||||
'aiken', 'blackboard', 'blackboard_six', 'examview', 'gift',
|
||||
'learnwise', 'missingword', 'multianswer', 'qti_two', 'webct',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue