diff --git a/lib.php b/lib.php index e0c089d..18f482c 100644 --- a/lib.php +++ b/lib.php @@ -99,7 +99,13 @@ function local_assess_type_coursemodule_standard_elements($formwrapper, $mform) if ($sitsmapped) { $attributes['disabled'] = 'disabled'; } - $select = $mform->createElement('select', 'assessment_type', get_string('fieldlabel', 'local_assess_type'), $options, $attributes); + $select = $mform->createElement( + 'select', + 'assessment_type', + get_string('fieldlabel', 'local_assess_type'), + $options, + $attributes + ); // Set to summative when sits mapped. if ($sitsmapped) {