MDL-29479 Registered new plugin type "gradingform"
This commit is contained in:
@@ -72,6 +72,8 @@ $string['type_gradeimport'] = 'Grade import method';
|
||||
$string['type_gradeimport_plural'] = 'Grade import methods';
|
||||
$string['type_gradereport'] = 'Gradebook report';
|
||||
$string['type_gradereport_plural'] = 'Gradebook reports';
|
||||
$string['type_gradingform'] = 'Advanced grading method';
|
||||
$string['type_gradingform_plural'] = 'Advanced grading methods';
|
||||
$string['type_local'] = 'Local plugin';
|
||||
$string['type_local_plural'] = 'Local plugins';
|
||||
$string['type_message'] = 'Messaging processor';
|
||||
|
||||
@@ -7344,6 +7344,7 @@ function get_plugin_types($fullpaths=true) {
|
||||
'gradeexport' => 'grade/export',
|
||||
'gradeimport' => 'grade/import',
|
||||
'gradereport' => 'grade/report',
|
||||
'gradingform' => 'grade/grading/form',
|
||||
'mnetservice' => 'mnet/service',
|
||||
'webservice' => 'webservice',
|
||||
'repository' => 'repository',
|
||||
|
||||
Reference in New Issue
Block a user