From 542300b41edd9795cb3ae19a715a3af21adf4f81 Mon Sep 17 00:00:00 2001 From: scyrma Date: Thu, 6 Mar 2008 08:24:40 +0000 Subject: [PATCH] =?utf8?q?MDL-12860=20-=20Patch=20from=20Joseph=20R=C3=A9z?= =?utf8?q?eau,=20to=20fix=20a=20problem=20in=20the=20display=20of=20lesson?= =?utf8?q?=20result=20when=20using=20regexp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- mod/lesson/action/continue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/action/continue.php b/mod/lesson/action/continue.php index 18e73edb67..e23fc86d36 100644 --- a/mod/lesson/action/continue.php +++ b/mod/lesson/action/continue.php @@ -187,7 +187,7 @@ break; // quit answer analysis immediately after a match has been found } } - $studentanswer = s($useranswer); + $studentanswer = $useranswer; break; case LESSON_TRUEFALSE : -- 2.39.5