--- loncom/homework/matchresponse.pm 2007/04/05 10:29:58 1.62 +++ loncom/homework/matchresponse.pm 2007/04/11 09:20:32 1.63 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.62 2007/04/05 10:29:58 foxr Exp $ +# $Id: matchresponse.pm,v 1.63 2007/04/11 09:20:32 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -535,11 +535,9 @@ sub displayfoils { $question.='\vskip -1 mm\noindent\begin{list}{}{\setlength{\listparindent}{0mm}\setlength{\leftmargin}{2mm}}' .'\item \hskip -3mm \textbf{'.$internal_counter.'}'; if (&itemdisplay('left') || &itemdisplay('right')) { - &Apache::lonnet::logthis("Constraining bubbles to $righttabsize - 10"); $question .= &Apache::optionresponse::bubbles(\@used_letters,\@emptyItems, "", $righttabsize); } else { - &Apache::lonnet::logthis("Not constraining bubbles"); $question .= &Apache::optionresponse::bubbles(\@used_letters,\@emptyItems); } $question .= '\end{list} \vskip -8 mm \strut ';