Skip to content

Commit

Permalink
MDL-17310 scorm: Install asks for scorm &auth questions on install ra…
Browse files Browse the repository at this point in the history
…ther than just front page settings
  • Loading branch information
skodak committed Nov 19, 2008
1 parent 76d56ed commit 6b12d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/scorm/settings.php
Expand Up @@ -28,10 +28,10 @@
$settings->add(new admin_setting_configselect('scorm/whatgrade', get_string('whatgrade', 'scorm'), get_string('whatgradedesc', 'scorm'), HIGHESTATTEMPT, scorm_get_what_grade_array()));

$settings->add(new admin_setting_configtext('scorm/framewidth', get_string('width', 'scorm'),
get_string('framewidth', 'scorm'), 100, PARAM_INT));
get_string('framewidth', 'scorm'), 100));

$settings->add(new admin_setting_configtext('scorm/frameheight', get_string('height', 'scorm'),
get_string('frameheight', 'scorm'), 500, PARAM_INT));
get_string('frameheight', 'scorm'), 500));



Expand Down

0 comments on commit 6b12d23

Please sign in to comment.