--- loncom/homework/radiobuttonresponse.pm 2002/04/03 16:54:37 1.38 +++ loncom/homework/radiobuttonresponse.pm 2002/04/03 19:32:36 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.38 2002/04/03 16:54:37 sakharuk Exp $ +# $Id: radiobuttonresponse.pm,v 1.39 2002/04/03 19:32:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -266,11 +266,8 @@ sub displayfoils { $temp++; } } - if ($target ne 'tex') { - return $result."
"; - } else { - return $result; - } + if ($target ne 'tex') { $result.="
"; } + return $result; } sub displayanswers {