From: moodler Date: Sat, 6 Mar 2004 09:51:52 +0000 (+0000) Subject: Slightly bigger input box for short answers X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=62b7ad7bf528262cf54c18467537fc3720c3f8fb;p=moodle.git Slightly bigger input box for short answers http://moodle.org/mod/forum/discuss.php?d=5909 --- diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index 20f140705f..e76fe08ba9 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -581,7 +581,7 @@ function quiz_print_question($number, $question, $grade, $quizid, } else { $value = ""; } - echo "

$stranswer: id\" size=\"20\" $value />

"; + echo "

$stranswer: id\" size=\"50\" $value />

"; if ($feedback) { quiz_print_comment("

$feedback[0]

"); }