Skip to content

Commit

Permalink
Merge branch 'MDL-57199' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Dec 6, 2016
2 parents 7cdc697 + 29034c3 commit e2838e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions question/previewlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function definition() {
question_display_options::VISIBLE => get_string('shown', 'question'),
);

$mform->addElement('header', 'optionsheader', get_string('attemptoptions', 'question'));
$mform->addElement('header', 'attemptoptionsheader', get_string('attemptoptions', 'question'));

$behaviours = question_engine::get_behaviour_options(
$this->_customdata['quba']->get_preferred_behaviour());
Expand All @@ -66,7 +66,7 @@ public function definition() {
$mform->addElement('submit', 'saverestart',
get_string('restartwiththeseoptions', 'question'));

$mform->addElement('header', 'optionsheader', get_string('displayoptions', 'question'));
$mform->addElement('header', 'displayoptionsheader', get_string('displayoptions', 'question'));

$mform->addElement('select', 'correctness', get_string('whethercorrect', 'question'),
$hiddenofvisible);
Expand Down

0 comments on commit e2838e0

Please sign in to comment.