--- loncom/homework/optionresponse.pm 2002/10/24 19:51:49 1.54 +++ 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.54 2002/10/24 19:51:49 sakharuk Exp $ +# $Id: optionresponse.pm,v 1.55 2002/10/25 18:42:59 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -322,7 +322,7 @@ sub displayfoils { ":".$Apache::response::foilgroup{$name.'.text'}."\n"; } else { $Apache::response::foilgroup{$name.'.text'}=~s/\\item//; - $result .='\item '.$Apache::response::foilgroup{$name.'.value'}. + $result .='\item \textit{'.$Apache::response::foilgroup{$name.'.value'}.'}'. ":".$Apache::response::foilgroup{$name.'.text'}."\n"; } } @@ -546,7 +546,7 @@ sub end_foil { my $result = ''; if ($target eq 'web' || $target eq 'tex') { $text=&Apache::lonxml::endredirection; - if ($target eq 'tex') { $text = '\item '.$text; + if ($target eq 'tex') { $text = '\item '.$text; } } if ($target eq 'web' || $target eq 'grade' || $target eq 'answer' || $target eq 'tex' || $target eq 'analyze') {