Skip to content

Commit

Permalink
Merge branch 'm31_MDL-55820' of git://github.com/danmarsden/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_31_STABLE
  • Loading branch information
danpoltawski committed Sep 19, 2016
2 parents f1cfb0d + c39f5f8 commit 613c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/settings.php
Expand Up @@ -81,7 +81,7 @@

$settings->add(new admin_setting_configselect_with_advanced('scorm/displayattemptstatus',
get_string('displayattemptstatus', 'scorm'), get_string('displayattemptstatusdesc', 'scorm'),
array('value' => 1, 'adv' => false), $yesno));
array('value' => 1, 'adv' => false), scorm_get_attemptstatus_array()));

// Default grade settings.
$settings->add(new admin_setting_heading('scorm/gradesettings', get_string('defaultgradesettings', 'scorm'), ''));
Expand Down

0 comments on commit 613c9aa

Please sign in to comment.