mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-39446' of git://github.com/timhunt/moodle
This commit is contained in:
commit
c892205617
@ -78,6 +78,7 @@ class qtype_calculated_edit_form extends qtype_numerical_edit_form {
|
||||
$tolerance = $answeroptions[1];
|
||||
|
||||
// Update Answer options group to contain only answer and grade fields.
|
||||
$answeroptions[0]->setSize(55);
|
||||
$answeroptions = array($answeroptions[0], $answeroptions[2]);
|
||||
$repeated[0]->setElements($answeroptions);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user