--- loncom/homework/optionresponse.pm 2002/12/02 17:06:08 1.65 +++ loncom/homework/optionresponse.pm 2003/01/13 21:24:39 1.66 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.65 2002/12/02 17:06:08 albertel Exp $ +# $Id: optionresponse.pm,v 1.66 2003/01/13 21:24:39 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -413,6 +413,7 @@ sub displayfoils { } if ($Apache::lonhomework::type eq 'exam') { $result.=&bubbles(\@alphabet,\@opt); + $result.='\vskip 2 mm '; } $displayoptionintex=1; } else { @@ -433,6 +434,7 @@ sub displayfoils { } if ($Apache::lonhomework::type eq 'exam') { $result.=&bubbles(\@alphabet,\@opt); + $result.='\vskip 2 mm '; } } } @@ -457,6 +459,7 @@ sub optionlist_correction { $texoptionlist =~ s/>/\$>\$/g; $texoptionlist =~ s/\$$1\$<\/m>/g; return $texoptionlist; }