]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson resul...
authorscyrma <scyrma>
Thu, 6 Mar 2008 08:24:40 +0000 (08:24 +0000)
committerscyrma <scyrma>
Thu, 6 Mar 2008 08:24:40 +0000 (08:24 +0000)
mod/lesson/action/continue.php

index 18e73edb676a6ec8bf597750ebabb6b02435ef44..e23fc86d3694746d7781d85e760a2ca38f01f1c8 100644 (file)
                     break; // quit answer analysis immediately after a match has been found
                 }
             }
-            $studentanswer = s($useranswer);
+            $studentanswer = $useranswer;
             break;
         
         case LESSON_TRUEFALSE :