--- loncom/homework/default_homework.lcpm 2006/11/10 17:45:52 1.120 +++ loncom/homework/default_homework.lcpm 2006/12/11 00:42:48 1.121 @@ -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.120 2006/11/10 17:45:52 albertel Exp $ +# $Id: default_homework.lcpm,v 1.121 2006/12/11 00:42:48 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -293,10 +293,10 @@ sub implicit_multiplication { sub caparesponse_check_list { my $responses=$LONCAPA::CAPAresponse_args{'response'}; - &LONCAPA_INTERNAL_DEBUG(" answer is ". - &LONCAPA_INTERNAL_Dumper($LONCAPA::CAPAresponse_answer).":\n"); - &LONCAPA_INTERNAL_DEBUG(" respons is ". - &LONCAPA_INTERNAL_Dumper($responses).":\n"); +# &LONCAPA_INTERNAL_DEBUG(" answer is ". +# &LONCAPA_INTERNAL_Dumper($LONCAPA::CAPAresponse_answer).":\n"); +# &LONCAPA_INTERNAL_DEBUG(" respons is ". +# &LONCAPA_INTERNAL_Dumper($responses).":\n"); &LONCAPA_INTERNAL_DEBUG("args ".join(':',%LONCAPA::CAPAresponse_args)); my $type = $LONCAPA::CAPAresponse_args{'type'}; &LONCAPA_INTERNAL_DEBUG("Got type :$type:\n"); @@ -324,8 +324,8 @@ sub caparesponse_check_list { $responses->[$which]=[$responses->[$which]]; } } - &LONCAPA_INTERNAL_DEBUG(" parsed response is ". - &LONCAPA_INTERNAL_Dumper($responses).":\n"); +# &LONCAPA_INTERNAL_DEBUG(" parsed response is ". +# &LONCAPA_INTERNAL_Dumper($responses).":\n"); foreach my $which (0..($num_input_lines-1)) { my $answer_size = scalar(@{$LONCAPA::CAPAresponse_answer->{'answers'}[$which]}); @@ -365,7 +365,7 @@ sub caparesponse_check_list { } - &LONCAPA_INTERNAL_DEBUG(&LONCAPA_INTERNAL_Dumper($responses)); +# &LONCAPA_INTERNAL_DEBUG(&LONCAPA_INTERNAL_Dumper($responses)); my %memoized; if ($LONCAPA::CAPAresponse_answer->{'type'} eq 'ordered') { for (my $i=0; $i