--- loncom/homework/rankresponse.pm 2003/09/22 20:49:01 1.18 +++ loncom/homework/rankresponse.pm 2003/09/23 15:38:26 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.18 2003/09/22 20:49:01 albertel Exp $ +# $Id: rankresponse.pm,v 1.19 2003/09/23 15:38:26 sakharuk Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -245,7 +245,8 @@ sub displayfoils { foreach my $name (@whichfoils) { my $text=$Apache::response::foilgroup{$name.'.text'}; my $value=shift(@correctorder); - $result.='
'.$value.':'.$text; + if ($target eq 'web') {$result.='
';} else {$result.=' \strut\\\\\strut ';} + $result.=$value.':'.$text; } } else { my $i = 0;