]> git.mjollnir.org Git - moodle.git/commitdiff
fix for 5409
authortoyomoyo <toyomoyo>
Wed, 3 May 2006 08:05:58 +0000 (08:05 +0000)
committertoyomoyo <toyomoyo>
Wed, 3 May 2006 08:05:58 +0000 (08:05 +0000)
question/type/questiontype.php

index 1713a1e0c41ec339cd779707ca35ba06d8368c6f..5c0d15d6c7c3f24fbcab3cf41115129e9f2ebb9e 100644 (file)
@@ -522,7 +522,8 @@ class default_questiontype {
                                            get_string('response', 'quiz'),
                                            get_string('time'),
                                            );
-
+                }
+                
                 foreach ($states as $st) {
                     $st->responses[''] = $st->answer;
                     $this->restore_session_and_responses($question, $st);