mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-9996 - Multiple choice answer box too small in the question editing form in Moodle 1.8. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
21a9b54dfb
commit
ed66fb1390
@ -44,7 +44,7 @@ class question_edit_multichoice_form extends question_edit_form {
|
||||
$gradeoptions = $creategrades->gradeoptionsfull;
|
||||
$repeated = array();
|
||||
$repeated[] =& $mform->createElement('header', 'choicehdr', get_string('choiceno', 'qtype_multichoice', '{no}'));
|
||||
$repeated[] =& $mform->createElement('text', 'answer', get_string('answer', 'quiz'));
|
||||
$repeated[] =& $mform->createElement('text', 'answer', get_string('answer', 'quiz'), array('size' => 50));
|
||||
$repeated[] =& $mform->createElement('select', 'fraction', get_string('grade'), $gradeoptions);
|
||||
$repeated[] =& $mform->createElement('htmleditor', 'feedback', get_string('feedback', 'quiz'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user