--- loncom/homework/radiobuttonresponse.pm 2016/01/22 22:42:51 1.160 +++ loncom/homework/radiobuttonresponse.pm 2018/12/19 03:44:28 1.161 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.160 2016/01/22 22:42:51 damieng Exp $ +# $Id: radiobuttonresponse.pm,v 1.161 2018/12/19 03:44:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1047,7 +1047,15 @@ sub display_latex_exam { } my $preindent; if ($bubble_number > 0) { - $preindent = '\hspace*{3 mm}'; + my $offset = 3; + if ($Apache::lonxml::counter) { + if ($identifier) { + $offset += 2 * (length($identifier)-1); + } else { + $offset += 2 * (length($Apache::lonxml::counter)-1); + } + } + $preindent = '\hspace*{'.$offset.' mm}'; } my $foiltext = $Apache::response::foilgroup{$name . '.text'}; $foiltext =~ s/\\noindent//; # forgive me for I have sinned.. 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.