--- loncom/homework/matchresponse.pm 2004/07/08 17:45:28 1.43 +++ loncom/homework/matchresponse.pm 2004/07/08 17:51:31 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.43 2004/07/08 17:45:28 sakharuk Exp $ +# $Id: matchresponse.pm,v 1.44 2004/07/08 17:51:31 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -519,7 +519,7 @@ sub displayfoils { $righttabsize=0.95*($tabsize-$lefttabsize); } else { $tabsize=~/(\d+\.?\d*)/; - $tabsize=$1/2.1; + $lefttabsize=$1/2.1; $righttabsize=0.95*($1-$lefttabsize); } $lefttabsize.=' mm ';