mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-9873' of https://github.com/merrill-oakland/moodle
This commit is contained in:
commit
a929e5e83d
@ -188,6 +188,7 @@ abstract class question_edit_form extends question_wizard_form {
|
||||
$mform->addElement('editor', 'questiontext', get_string('questiontext', 'question'),
|
||||
array('rows' => 15), $this->editoroptions);
|
||||
$mform->setType('questiontext', PARAM_RAW);
|
||||
$mform->addRule('questiontext', null, 'required', null, 'client');
|
||||
|
||||
$mform->addElement('text', 'defaultmark', get_string('defaultmark', 'question'),
|
||||
array('size' => 7));
|
||||
|
Loading…
x
Reference in New Issue
Block a user