--- loncom/homework/imageresponse.pm 2004/07/02 08:11:10 1.54 +++ 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.54 2004/07/02 08:11:10 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) {