replacing "saveas" by "next page" and a greater size to answers formula <input>
This commit is contained in:
@@ -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") ?>" />
|
||||
<input align="left" type="text" id="formula0" name="answers[]" size="50" value="<?php p($answer->answer) ?>" alt="<?php print_string("correctanswerformula", "quiz") ?>" />
|
||||
<?php print_string("grade");
|
||||
echo ": ";
|
||||
choose_from_menu($gradeoptions, "fraction[]", $answer->fraction,""); ?>
|
||||
|
||||
Reference in New Issue
Block a user