]> git.mjollnir.org Git - moodle.git/commitdiff
Slightly bigger input box for short answers
authormoodler <moodler>
Sat, 6 Mar 2004 09:51:52 +0000 (09:51 +0000)
committermoodler <moodler>
Sat, 6 Mar 2004 09:51:52 +0000 (09:51 +0000)
http://moodle.org/mod/forum/discuss.php?d=5909

mod/quiz/lib.php

index 20f140705fcd52f51fb56edc4ea31cae3c063f17..e76fe08ba9d6f7408e1b7f1d81710ba5ca9d458d 100644 (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=\"20\" $value /></p>";
+           echo "<p align=\"right\">$stranswer: <input type=\"text\" name=\"q$realquestion->id\" size=\"50\" $value /></p>";
            if ($feedback) {
                quiz_print_comment("<p align=\"right\">$feedback[0]</p>");
            }