MDL-72041 qformat: Remove WebCT question format

WebCT was acquired by Blackboard in 2006, so qformat_webct has been
completely removed from Moodle core.
This commit is contained in:
Sara Arjona
2021-09-02 16:16:55 +02:00
parent 443a980aea
commit c6d11f0f6c
13 changed files with 18 additions and 1553 deletions
+2 -1
View File
@@ -1725,6 +1725,7 @@ class core_plugin_manager {
'block' => array('course_overview', 'messages', 'community', 'participants'),
'cachestore' => array('memcache'),
'enrol' => array('authorize'),
'qformat' => array('webct'),
'quizaccess' => array('safebrowser'),
'report' => array('search'),
'repository' => array('alfresco'),
@@ -1958,7 +1959,7 @@ class core_plugin_manager {
'qformat' => array(
'aiken', 'blackboard_six', 'examview', 'gift',
'missingword', 'multianswer', 'webct',
'missingword', 'multianswer',
'xhtml', 'xml'
),