[LON-CAPA-cvs] cvs: loncom /homework matchresponse.pm
foxr
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 11 Apr 2007 09:20:34 -0000
foxr Wed Apr 11 05:20:34 2007 EDT
Modified files:
/loncom/homework matchresponse.pm
Log:
Removed debugging output from bubble generator
Index: loncom/homework/matchresponse.pm
diff -u loncom/homework/matchresponse.pm:1.62 loncom/homework/matchresponse.pm:1.63
--- loncom/homework/matchresponse.pm:1.62 Thu Apr 5 06:29:58 2007
+++ loncom/homework/matchresponse.pm Wed Apr 11 05:20:32 2007
@@ -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 @@
$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 ';