]> git.mjollnir.org Git - moodle.git/commitdiff
merging from 18_STABLE MDL-8588
authorpichetp <pichetp>
Sat, 3 Mar 2007 03:36:08 +0000 (03:36 +0000)
committerpichetp <pichetp>
Sat, 3 Mar 2007 03:36:08 +0000 (03:36 +0000)
question/preview.php

index 09cab63439ceeeca9557be1426eac7032e2f452e..c14e30e579d08e9ae6a12daf501b1df178f5d00a 100644 (file)
         echo "</p>\n";
     }
     $number = 1;
-
+    echo "<form method=\"post\" action=\"preview.php\">\n";
     print_question($questions[$id], $curstate, $number, $quiz, $options);
     echo '<br />';
 
 
-    echo "<form method=\"post\" action=\"preview.php\">\n";
+    
     echo '<div class="controls">';
     echo "<input type=\"hidden\" name=\"id\" value=\"$id\" />\n";
     echo "<input type=\"hidden\" name=\"quizid\" value=\"$quizid\" />\n";