SHortanswer field just a bit bigger

This commit is contained in:
moodler
2004-03-09 05:56:43 +00:00
parent a8d909c77b
commit a9f80673b6
+1 -1
View File
@@ -581,7 +581,7 @@ function quiz_print_question($number, $question, $grade, $quizid,
} else {
$value = '';
}
echo "<p align=\"right\">$stranswer: <input type=\"text\" name=\"q$realquestion->id\" size=\"50\" $value /></p>";
echo "<p align=\"right\">$stranswer: <input type=\"text\" name=\"q$realquestion->id\" size=\"80\" $value /></p>";
if ($feedback) {
quiz_print_comment("<p align=\"right\">$feedback[0]</p>");
}