MDL-78481 mod_lesson: matching pagetype applying filters fix

This commit is contained in:
Iñaki Arenaza
2023-10-17 17:15:39 +02:00
committed by Sara Arjona
parent 596bc2c2bf
commit fd1035ecf0
+1 -1
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));
}
}