--- loncom/homework/default_homework.lcpm 2006/11/01 23:24:52 1.119 +++ loncom/homework/default_homework.lcpm 2006/11/10 17:45:52 1.120 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run() # -# $Id: default_homework.lcpm,v 1.119 2006/11/01 23:24:52 albertel Exp $ +# $Id: default_homework.lcpm,v 1.120 2006/11/10 17:45:52 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -303,8 +303,8 @@ sub caparesponse_check_list { my $num_input_lines = scalar(@{$LONCAPA::CAPAresponse_answer->{'answers'}}); - if ($type ne '' - && $num_input_lines > 1) { + + if ($type ne '' ) { if (scalar(@$responses) < $num_input_lines) { return 'MISSING_ANSWER'; }