[LON-CAPA-cvs] cvs: loncom /homework radiobuttonresponse.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Mon, 28 Oct 2002 14:28:04 -0000


sakharuk		Mon Oct 28 09:28:04 2002 EDT

  Modified files:              
    /loncom/homework	radiobuttonresponse.pm 
  Log:
   Changes to print list environment a little bit better (Ed's desire).
  
  
Index: loncom/homework/radiobuttonresponse.pm
diff -u loncom/homework/radiobuttonresponse.pm:1.58 loncom/homework/radiobuttonresponse.pm:1.59
--- loncom/homework/radiobuttonresponse.pm:1.58	Fri Oct 25 15:02:38 2002
+++ loncom/homework/radiobuttonresponse.pm	Mon Oct 28 09:28:04 2002
@@ -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 @@
 	      $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++;