mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
revert to previous version
This commit is contained in:
parent
d825355a76
commit
dd3d051e44
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class question_edit_form extends moodleform {
|
|||
$mform->addElement('htmleditor', 'questiontext', get_string('questiontext', 'quiz'),
|
||||
array('rows' => 15, 'course' => $this->coursefilesid));
|
||||
$mform->setType('questiontext', PARAM_RAW);
|
||||
$mform->setHelpButton('questiontext', array(array('questiontext', get_string('questiontext', 'quiz'), 'quiz'), 'richtext2'), false, 'editorhelpbutton');
|
||||
//$mform->setHelpButton('questiontext', array(array('questiontext', get_string('questiontext', 'quiz'), 'quiz'), 'richtext2'), false, 'editorhelpbutton');
|
||||
$mform->addElement('format', 'questiontextformat', get_string('format'));
|
||||
|
||||
make_upload_directory($this->coursefilesid); // Just in case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue