--- loncom/homework/radiobuttonresponse.pm 2012/01/25 11:37:32 1.153.6.6 +++ loncom/homework/radiobuttonresponse.pm 2012/01/25 12:00:33 1.153.6.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.153.6.6 2012/01/25 11:37:32 foxr Exp $ +# $Id: radiobuttonresponse.pm,v 1.153.6.7 2012/01/25 12:00:33 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -449,7 +449,9 @@ sub displayallfoils{ $lastresponse = $Apache::lonhomework::history{"resource.$part.$id.submission"}; } - if ( $direction eq 'horizontal' ) { $result .= ''; } + if ( $direction eq 'horizontal' && $target ne 'tex') { + $result .= '
'; + } my %lastresponse = &Apache::lonnet::str2hash($lastresponse); if ($showanswer) { foreach my $name (@names) { @@ -488,7 +490,7 @@ sub displayallfoils{ foreach my $name (@names) { if ( $Apache::response::foilgroup{ $name . '.value' } ne 'unused' ) { - if ( $direction eq 'horizontal' ) { + if ( $direction eq 'horizontal' && $target ne 'tex' ) { $result .= "
"; } else {