MDL-12140 weights/extrapoints are never advanced
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user