From: scyrma Date: Thu, 6 Mar 2008 08:24:40 +0000 (+0000) Subject: MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson resul... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=542300b41edd9795cb3ae19a715a3af21adf4f81;p=moodle.git MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson result when using regexp. --- 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 :