mirror of
https://github.com/moodle/moodle.git
synced 2025-03-31 05:52:51 +02:00
Merge branch 'MDL-72977-master' of https://github.com/juancs/moodle
This commit is contained in:
commit
6f7e587f32
@ -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…
x
Reference in New Issue
Block a user