--- loncom/homework/radiobuttonresponse.pm 2002/10/25 19:02:38 1.58 +++ loncom/homework/radiobuttonresponse.pm 2002/10/28 14:28:04 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.58 2002/10/25 19:02:38 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.59 2002/10/28 14:28:04 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -387,7 +387,7 @@ sub displayfoils { $result .= '{\small \textbf{'.$alphabet[$i].'}}$\bigcirc$'.$Apache::response::foilgroup{$name.'.text'}.'\\\\'; #' stupid emacs $i++; } else { - $result .= '\item '.$Apache::response::foilgroup{$name.'.text'}; + $result .= '\vspace*{-2 mm}\item '.$Apache::response::foilgroup{$name.'.text'}; } } $temp++;