[LON-CAPA-cvs] cvs: loncom /homework optionresponse.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 14 Nov 2002 17:26:58 -0000
albertel Thu Nov 14 12:26:58 2002 EDT
Modified files:
/loncom/homework optionresponse.pm
Log:
- just doing a reindent
Index: loncom/homework/optionresponse.pm
diff -u loncom/homework/optionresponse.pm:1.63 loncom/homework/optionresponse.pm:1.64
--- loncom/homework/optionresponse.pm:1.63 Wed Nov 13 11:53:11 2002
+++ loncom/homework/optionresponse.pm Thu Nov 14 12:26:58 2002
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# option list style responses
#
-# $Id: optionresponse.pm,v 1.63 2002/11/13 16:53:11 sakharuk Exp $
+# $Id: optionresponse.pm,v 1.64 2002/11/14 17:26:58 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -401,7 +401,7 @@
if ($Apache::response::foilgroup{$name.'.text'}=~/<drawoptionlist\s*\/>/) {
$Apache::response::foilgroup{$name.'.text'}=~s|<drawoptionlist\s*/>| \\makebox\[0\.3in\]\[b\]\{\\hrulefill\} |;
}
- $result.= $texoptionlist.$Apache::response::foilgroup{$name.'.text'};
+ $result.= $texoptionlist.$Apache::response::foilgroup{$name.'.text'};
} else {
if ($Apache::lonhomework::type eq 'exam') {
$result.= $texoptionlist.'\vspace*{-2 mm}\item[\textbf{'.$Apache::lonxml::counter.'}.]'.$Apache::response::foilgroup{$name.'.text'};