--- loncom/homework/response.pm 2004/10/21 03:19:04 1.107 +++ loncom/homework/response.pm 2004/10/21 06:33:37 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.107 2004/10/21 03:19:04 albertel Exp $ +# $Id: response.pm,v 1.108 2004/10/21 06:33:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -508,6 +508,7 @@ sub showallfoils { return 1; } } + if ($Apache::lonhomework::type eq 'survey') { return 1; } return 0; }