]> git.mjollnir.org Git - moodle.git/commitdiff
Add id="responseform" to the question preview form tag, to match the quiz form, to...
authortjhunt <tjhunt>
Mon, 16 Jul 2007 13:32:52 +0000 (13:32 +0000)
committertjhunt <tjhunt>
Mon, 16 Jul 2007 13:32:52 +0000 (13:32 +0000)
question/preview.php

index 05a2f82bde232f6136076d883b9a998a63d814d7..ffd5b24f2d7f72d1b63bb27c055f68432da0fabb 100644 (file)
         echo "</p>\n";
     }
     $number = 1;
-    echo '<form method="post" action="preview.php" enctype="multipart/form-data">', "\n";
+    echo '<form method="post" action="preview.php" enctype="multipart/form-data" id="responseform">', "\n";
     print_question($questions[$id], $curstate, $number, $quiz, $options);
     echo '<br />';