--- loncom/homework/caparesponse/caparesponse.pm 2024/09/29 01:58:43 1.264 +++ loncom/homework/caparesponse/caparesponse.pm 2025/02/20 06:36:00 1.266 @@ -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.266 2025/02/20 06:36:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -653,10 +653,10 @@ sub end_numericalresponse { if ($previous eq $bubble_values->[$ind]) { $checked=" checked='on' "; } - $result.=''.$alphabet[$ind].': '. - $bubble_display->[$ind].''; + $bubble_display->[$ind].''; } $result.=''; } @@ -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) {