Merge branch 'MDL-78481-401' of https://github.com/iarenaza/moodle into MOODLE_401_STABLE

This commit is contained in:
Sara Arjona 2023-10-17 17:15:21 +02:00
commit c0fefd0a4d
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ class lesson_page_type_matching extends lesson_page {
foreach ($answers as $answer) {
// get all the response
if ($answer->response != null) {
$responses[] = trim($answer->response);
$responses[] = format_text(trim($answer->response));
}
}