--- loncom/homework/radiobuttonresponse.pm 2004/02/25 00:41:47 1.81 +++ loncom/homework/radiobuttonresponse.pm 2004/03/05 19:44:18 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.81 2004/02/25 00:41:47 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.82 2004/03/05 19:44:18 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -335,7 +335,7 @@ sub whichfoils { &Apache::lonxml::debug("Answer wants $answer"); my $truename=$truelist[$whichtrue]; my $dosplice=1; - if ($notrue) { + if ($notrue && $Apache::lonhomework::type ne 'survey') { $dosplice=0; &Apache::lonxml::error("There are no true statements available.
"); }