Skip to content

Commit

Permalink
to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
PM84 committed Mar 10, 2024
1 parent 640cd4f commit b85f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/form/archive_quiz_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function definition() {

// Options
$mform->addElement('header', 'header_settings', get_string('settings'));
$mform->setExpanded('header_settings', false);
$mform->setExpanded('header_settings', true);

// Options: Test
$mform->addElement('static', 'quiz_name', get_string('modulename', 'mod_quiz'), $this->quiz_name);
Expand Down

0 comments on commit b85f16c

Please sign in to comment.