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.

This commit is contained in:
tjhunt
2007-07-16 13:32:52 +00:00
parent efe256e4a9
commit 46a29ccfec
+1 -1
View File
@@ -192,7 +192,7 @@
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 />';