MDL-29479 Registered new plugin type "gradingform"

This commit is contained in:
David Mudrak
2011-09-29 18:36:00 +02:00
parent 3da9e0a3cb
commit 091222581d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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';
+1
View File
@@ -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',