mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
merging MOODLE_19_QUESTIONS with HEAD
This commit is contained in:
parent
3bee1ead40
commit
271e6decda
47 changed files with 2807 additions and 1546 deletions
|
@ -19,7 +19,8 @@ class question_edit_essay_form extends question_edit_form {
|
|||
* @param MoodleQuickForm $mform the form being built.
|
||||
*/
|
||||
function definition_inner(&$mform) {
|
||||
$mform->addElement('htmleditor', 'feedback', get_string("feedback", "quiz"));
|
||||
$mform->addElement('htmleditor', 'feedback', get_string("feedback", "quiz"),
|
||||
array('course' => $this->coursefilesid));
|
||||
$mform->setType('feedback', PARAM_RAW);
|
||||
|
||||
$mform->addElement('hidden', 'fraction', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue