--- loncom/homework/optionresponse.pm 2002/11/11 20:26:59 1.62 +++ loncom/homework/optionresponse.pm 2002/11/13 16:53:11 1.63 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.62 2002/11/11 20:26:59 albertel Exp $ +# $Id: optionresponse.pm,v 1.63 2002/11/13 16:53:11 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -400,8 +400,8 @@ 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'};