--- loncom/homework/caparesponse/caparesponse.pm 2004/10/07 20:28:30 1.154 +++ loncom/homework/caparesponse/caparesponse.pm 2004/10/18 20:28:23 1.155 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.154 2004/10/07 20:28:30 albertel Exp $ +# $Id: caparesponse.pm,v 1.155 2004/10/18 20:28:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -327,10 +327,10 @@ sub end_numericalresponse { if ($fmt && $tag eq 'numericalresponse') { $fmt=~s/e/E/g; $ans = &format_number($ans,$fmt,$target,$safeeval); - if ($high) { - $high=&format_number($high,$fmt,$target,$safeeval); - $low =&format_number($low,$fmt,$target,$safeeval); - } + #if ($high) { + # $high=&format_number($high,$fmt,$target,$safeeval); + # $low =&format_number($low,$fmt,$target,$safeeval); + #} } if ($target eq 'answer') { if ($high && $tag eq 'numericalresponse') { $ans.=' ['.$low.','.$high.']'; }