--- loncom/homework/functionplotresponse.pm 2011/11/22 02:13:37 1.85 +++ loncom/homework/functionplotresponse.pm 2011/11/24 13:43:21 1.86 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.85 2011/11/22 02:13:37 www Exp $ +# $Id: functionplotresponse.pm,v 1.86 2011/11/24 13:43:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1477,7 +1477,7 @@ sub attached { my $toly=($ymax-$ymin)/100.; my $tail=0; my $tip=0; - &addlog("Proximity $vector ($xs,$xe,$ys,$ye) to $object ($xo,$yo)"); + &addlog("Proximity $vector ($xs,$ys)-($xe,$ye) to $object ($xo,$yo)"); if ((abs($xs-$xo)<$tolx) && (abs($ys-$yo)<$toly)) { $tail=1; } if ((abs($xe-$xo)<$tolx) && (abs($ye-$yo)<$toly)) { $tip=1; } &addlog("Result tail:$tail tip:$tip");