Merge branch 'MDL-78481-master' of https://github.com/iarenaza/moodle

This commit is contained in:
Sara Arjona 2023-10-17 17:15:09 +02:00
commit cc02c2eae3
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));
}
}