--- loncom/homework/optionresponse.pm 2002/11/13 16:53:11 1.63
+++ loncom/homework/optionresponse.pm 2002/11/14 17:26:58 1.64
@@ -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 @@ sub displayfoils {
if ($Apache::response::foilgroup{$name.'.text'}=~//) {
$Apache::response::foilgroup{$name.'.text'}=~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'};