--- loncom/homework/response.pm 2005/02/24 00:36:10 1.114 +++ loncom/homework/response.pm 2005/03/28 11:57:48 1.115 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.114 2005/02/24 00:36:10 albertel Exp $ +# $Id: response.pm,v 1.115 2005/03/28 11:57:48 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -513,7 +513,8 @@ sub showallfoils { if (defined($ENV{'form.showallfoils'})) { my ($symb)=&Apache::lonxml::whichuser(); if ($ENV{'request.state'} eq 'construct' || - ($ENV{'user.adv'} && $symb eq '')) { + ($ENV{'user.adv'} && $symb eq '') || + ($ENV{'print.showallfoils'}) ) { return 1; } }