mirror of
https://github.com/moodle/moodle.git
synced 2025-03-31 05:52:51 +02:00
MDL-72977 qtype_essay: Honor Information for graders text format.
This commit is contained in:
parent
b16fc54103
commit
177e6553ac
@ -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