replacing "saveas" by "next page" and a greater size to answers formula <input>

This commit is contained in:
pichetp
2007-06-11 16:55:29 +00:00
parent 009d136f72
commit 9cd0ada241
+2 -2
View File
@@ -86,9 +86,9 @@
$answer = $answers[$i-1];
?>
<tr valign="top">
<td align="right"><b><?php print_string("correctanswerformula", "quiz") ?>:</b></td>
<td align="right"><b><?php print_string("correctanswerformula", "quiz") ?>=</b></td>
<td align="left">
<input align="left" type="text" id="formula0" name="answers[]" size="20" value="<?php p($answer->answer) ?>" alt="<?php print_string("correctanswerformula", "quiz") ?>" />&nbsp;&nbsp;
<input align="left" type="text" id="formula0" name="answers[]" size="50" value="<?php p($answer->answer) ?>" alt="<?php print_string("correctanswerformula", "quiz") ?>" />&nbsp;&nbsp;
<?php print_string("grade");
echo ":&nbsp;";
choose_from_menu($gradeoptions, "fraction[]", $answer->fraction,""); ?>