--- loncom/homework/imageresponse.pm 2004/05/27 04:32:19 1.53 +++ loncom/homework/imageresponse.pm 2004/08/12 06:00:39 1.55 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.53 2004/05/27 04:32:19 albertel Exp $ +# $Id: imageresponse.pm,v 1.55 2004/08/12 06:00:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -500,6 +500,7 @@ sub end_image { } elsif ($width ne '') { $width_param = $width*$scaling; } + $width_param=&Apache::randomlabel::adjust_textwidth($width_param); #where can we find the picture? if (-e $newsrc) { if ($path) { @@ -552,6 +553,7 @@ sub end_rectangle { $target eq 'analyze') { my $name = $Apache::imageresponse::curname; my $area = &Apache::lonxml::endredirection; + $area=~s/\s//g; &Apache::lonxml::debug("out is $area for $name"); if ( $Apache::imageresponse::conceptgroup && !&Apache::response::showallfoils()) {