mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-78369_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
64f4f58cb8
@ -80,11 +80,11 @@ class qtype_multichoice_edit_form extends question_edit_form {
|
||||
&$repeatedoptions, &$answersoption) {
|
||||
$repeated = array();
|
||||
$repeated[] = $mform->createElement('editor', 'answer',
|
||||
$label, array('rows' => 1), $this->editoroptions);
|
||||
$label, ['rows' => 2], $this->editoroptions);
|
||||
$repeated[] = $mform->createElement('select', 'fraction',
|
||||
get_string('gradenoun'), $gradeoptions);
|
||||
$repeated[] = $mform->createElement('editor', 'feedback',
|
||||
get_string('feedback', 'question'), array('rows' => 1), $this->editoroptions);
|
||||
get_string('feedback', 'question'), ['rows' => 2], $this->editoroptions);
|
||||
$repeatedoptions['answer']['type'] = PARAM_RAW;
|
||||
$repeatedoptions['fraction']['default'] = 0;
|
||||
$answersoption = 'answers';
|
||||
|
Loading…
x
Reference in New Issue
Block a user