mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-65112-master' of https://github.com/dmitriim/moodle
This commit is contained in:
commit
dcdea70fca
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ class lesson_page_type_shortanswer extends lesson_page {
|
|||
$result->newpageid = $answer->jumpto;
|
||||
$options = new stdClass();
|
||||
$options->para = false;
|
||||
$options->noclean = true;
|
||||
$result->response = format_text($answer->response, $answer->responseformat, $options);
|
||||
$result->answerid = $answer->id;
|
||||
break; // quit answer analysis immediately after a match has been found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue