Skip to content

Commit

Permalink
Layout tweaks for Moodle 4.5 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Dec 2, 2024
1 parent 909f95d commit 9511a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edit_coderunner_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public function get_per_testcase_fields($mform, $label, &$repeatedoptions) {
['rows' => 3, 'class' => 'testcaseresult edit_code']
);
$group[] = $mform->createElement(
'checkbox',
'advcheckbox',
'useasexample',
null,
get_string('useasexample', 'qtype_coderunner')
Expand All @@ -405,7 +405,7 @@ public function get_per_testcase_fields($mform, $label, &$repeatedoptions) {
$options
);
$group[] = $mform->createElement(
'checkbox',
'advcheckbox',
'hiderestiffail',
null,
get_string('hiderestiffail', 'qtype_coderunner')
Expand Down Expand Up @@ -1132,7 +1132,7 @@ private function make_advanced_customisation_panel($mform) {
'text',
'sandboxparams',
get_string('sandboxparams', 'qtype_coderunner'),
['size' => 15]
['size' => 25]
);
$mform->addElement(
'group',
Expand Down

0 comments on commit 9511a1d

Please sign in to comment.