--- loncom/homework/radiobuttonresponse.pm 2018/12/19 03:44:28 1.161 +++ loncom/homework/radiobuttonresponse.pm 2018/12/19 04:07:35 1.162 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.161 2018/12/19 03:44:28 raeburn Exp $ +# $Id: radiobuttonresponse.pm,v 1.162 2018/12/19 04:07:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1030,7 +1030,8 @@ sub display_latex_exam { . '} \hspace*{\fill} \\\\'; } else { - $result .= '\textbf{' . $Apache::lonxml::counter . '}.'; + $result .= '\textbf{' . $Apache::lonxml::counter . '}.'. + '\hspace*{2 mm}'; } # Now output the bubbles themselves: @@ -1047,7 +1048,7 @@ sub display_latex_exam { } my $preindent; if ($bubble_number > 0) { - my $offset = 3; + my $offset = 5; if ($Apache::lonxml::counter) { if ($identifier) { $offset += 2 * (length($identifier)-1);