]> git.mjollnir.org Git - moodle.git/commitdiff
Almost forgot to take out diagnostic echo
authorgustav_delius <gustav_delius>
Sun, 19 Mar 2006 18:31:48 +0000 (18:31 +0000)
committergustav_delius <gustav_delius>
Sun, 19 Mar 2006 18:31:48 +0000 (18:31 +0000)
question/questiontypes/questiontype.php

index 1aa9e5831900a16972c50dfe909308dbbdb0fcd7..0df233d2eb83efc5c231dbebdb589e9af1de6974 100644 (file)
@@ -718,7 +718,6 @@ class quiz_default_questiontype {
         // arrays. The ordering of the arrays does not matter.
         // Question types may wish to override this (eg. to ignore trailing
         // white space or to make "7.0" and "7" compare equal).
-        if ($question->qtype = MATCH) {var_dump($state->responses);echo '<br>Teststate:';var_dump($teststate->responses);}
         return $state->responses == $teststate->responses;
     }