mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-72977-311' of https://github.com/juancs/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
72a7266a87
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class qtype_essay_renderer extends qtype_renderer {
|
|||
|
||||
$question = $qa->get_question();
|
||||
return html_writer::nonempty_tag('div', $question->format_text(
|
||||
$question->graderinfo, $question->graderinfo, $qa, 'qtype_essay',
|
||||
$question->graderinfo, $question->graderinfoformat, $qa, 'qtype_essay',
|
||||
'graderinfo', $question->id), array('class' => 'graderinfo'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue