From: tjhunt Date: Mon, 16 Jul 2007 13:32:52 +0000 (+0000) Subject: Add id="responseform" to the question preview form tag, to match the quiz form, to... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=46a29ccfec2bdfd1016fdf6c7ab043c2faefac65;p=moodle.git Add id="responseform" to the question preview form tag, to match the quiz form, to make life easier for Javascript on questions. Idea thanks to Adriane Boyd. --- diff --git a/question/preview.php b/question/preview.php index 05a2f82bde..ffd5b24f2d 100644 --- a/question/preview.php +++ b/question/preview.php @@ -192,7 +192,7 @@ echo "

\n"; } $number = 1; - echo '
', "\n"; + echo '', "\n"; print_question($questions[$id], $curstate, $number, $quiz, $options); echo '
';