--- loncom/homework/inputtags.pm 2004/05/20 23:11:12 1.142 +++ loncom/homework/inputtags.pm 2004/06/03 14:28:39 1.143 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.142 2004/05/20 23:11:12 albertel Exp $ +# $Id: inputtags.pm,v 1.143 2004/06/03 14:28:39 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,15 +122,17 @@ sub start_textfield { my $cols = &Apache::lonxml::get_param('cols',$parstack,$safeeval); if ( $cols eq '') { $cols = 80; } my $rows = &Apache::lonxml::get_param('rows',$parstack,$safeeval); - if ( $rows eq '') { $rows = 10; } + if ( $rows eq '') { $rows = 16; } my $addchars=&Apache::lonxml::get_param('addchars',$parstack,$safeeval); $result=''; if ($addchars) { $result.=&addchars('HWVAL_'.$resid,$addchars); } - $result.= '