MDL-28441 add scormreport_basic to the list of standard plugins
This commit is contained in:
@@ -354,6 +354,10 @@ class plugin_manager {
|
||||
'wikimedia', 'youtube'
|
||||
),
|
||||
|
||||
'scormreport' => array(
|
||||
'basic'
|
||||
),
|
||||
|
||||
'theme' => array(
|
||||
'afterburner', 'anomaly', 'arialist', 'base', 'binarius',
|
||||
'boxxie', 'brick', 'canvas', 'formal_white', 'formfactor',
|
||||
|
||||
@@ -261,6 +261,8 @@ $string['started'] = 'Started on';
|
||||
$string['status'] = 'Status';
|
||||
$string['statusbar'] = 'Show the status bar';
|
||||
$string['student_response'] = 'Response';
|
||||
$string['subplugintype_scormreport'] = 'Report';
|
||||
$string['subplugintype_scormreport_plural'] = 'Reports';
|
||||
$string['suspended'] = 'Suspended';
|
||||
$string['syntax'] = 'Syntax error';
|
||||
$string['tag_error'] = 'Unknown tag ({$a->tag}) with this content: {$a->value}';
|
||||
|
||||
Reference in New Issue
Block a user