--- loncom/homework/caparesponse/caparesponse.pm 2006/06/19 16:16:21 1.192 +++ loncom/homework/caparesponse/caparesponse.pm 2006/07/03 14:21:45 1.193 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.192 2006/06/19 16:16:21 www Exp $ +# $Id: caparesponse.pm,v 1.193 2006/07/03 14:21:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -249,11 +249,11 @@ sub check_submission { } if ($tag eq 'formularesponse') { - if ($$args_ref{'samples'}) { +# if ($$args_ref{'samples'}) { $$args_ref{'type'}='fml'; - } else { - $$args_ref{'type'}='math'; - } +# } else { +# $$args_ref{'type'}='math'; +# } } elsif ($tag eq 'numericalresponse') { $$args_ref{'type'}='float'; }