--- loncom/homework/radiobuttonresponse.pm 2003/04/04 23:35:17 1.65 +++ loncom/homework/radiobuttonresponse.pm 2003/04/04 23:37:04 1.66 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.65 2003/04/04 23:35:17 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.66 2003/04/04 23:37:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -391,9 +391,7 @@ sub displayfoils { my %lastresponse=&Apache::lonnet::str2hash($lastresponse); foreach my $name (@whichfoils) { if ($target ne 'tex') { - my $ValueForInput; - if ($Apache::lonhomework::type ne 'exam') {$ValueForInput=$temp;} else {$ValueForInput=$alphabet[$temp];} - $result.="
\n"; } else {