--- loncom/homework/caparesponse/caparesponse.pm 2006/11/10 17:47:41 1.196 +++ loncom/homework/caparesponse/caparesponse.pm 2006/12/04 20:35:06 1.197 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.196 2006/11/10 17:47:41 albertel Exp $ +# $Id: caparesponse.pm,v 1.197 2006/12/04 20:35:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -324,11 +324,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'; }