--- loncom/homework/optionresponse.pm 2002/10/17 17:13:44 1.53 +++ loncom/homework/optionresponse.pm 2002/10/25 18:42:59 1.55 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.53 2002/10/17 17:13:44 albertel Exp $ +# $Id: optionresponse.pm,v 1.55 2002/10/25 18:42:59 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -321,7 +321,8 @@ sub displayfoils { $result .=$Apache::response::foilgroup{$name.'.value'}. ":".$Apache::response::foilgroup{$name.'.text'}."\n"; } else { - $result .='\item '.$Apache::response::foilgroup{$name.'.value'}. + $Apache::response::foilgroup{$name.'.text'}=~s/\\item//; + $result .='\item \textit{'.$Apache::response::foilgroup{$name.'.value'}.'}'. ":".$Apache::response::foilgroup{$name.'.text'}."\n"; } }