diff --git a/grade/edit/tree/category_form.php b/grade/edit/tree/category_form.php index d818ceafa88..0a7391809bc 100644 --- a/grade/edit/tree/category_form.php +++ b/grade/edit/tree/category_form.php @@ -137,7 +137,6 @@ class edit_category_form extends moodleform { $mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades')); $mform->setHelpButton('aggregationcoef', array(false, get_string($coefstring, 'grades'), false, true, false, get_string($coefstring.'help', 'grades'))); - $mform->setAdvanced('aggregationcoef'); } /// user preferences diff --git a/grade/edit/tree/item_form.php b/grade/edit/tree/item_form.php index 0186e26c8b0..bd23651c528 100644 --- a/grade/edit/tree/item_form.php +++ b/grade/edit/tree/item_form.php @@ -180,7 +180,6 @@ class edit_item_form extends moodleform { $mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades')); $mform->setHelpButton('aggregationcoef', array(false, get_string($coefstring, 'grades'), false, true, false, get_string($coefstring.'help', 'grades'))); - $mform->setAdvanced('aggregationcoef'); } /// hidden params