--- loncom/homework/caparesponse/caparesponse.pm 2024/09/29 01:58:43 1.264 +++ loncom/homework/caparesponse/caparesponse.pm 2024/10/30 03:12:40 1.265 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.264 2024/09/29 01:58:43 raeburn Exp $ +# $Id: caparesponse.pm,v 1.265 2024/10/30 03:12:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1164,7 +1164,9 @@ sub make_horizontal_latex_bubbles { my $j=0; my $cou=0; $result.='\vskip 2mm \noindent '; - $result .= '\textbf{'.$Apache::lonxml::counter.'.} \vskip -3mm '; + if ($Apache::lonhomework::type eq 'exam') { + $result .= '\textbf{'.$Apache::lonxml::counter.'.} \vskip -3mm '; + } for (my $i=0;$i<$number_of_tables;$i++) { if ($i == 0) {