MDL-28441 add scormreport_basic to the list of standard plugins

This commit is contained in:
Petr Skoda 2011-07-23 12:14:52 +02:00
parent 6884b598f3
commit 99e8656170
2 changed files with 6 additions and 0 deletions

View File

@ -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',

View File

@ -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}';