--- loncom/interface/statistics/lonstudentassessment.pm 2003/10/22 15:38:11 1.72 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/10/29 16:20:14 1.73 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.72 2003/10/22 15:38:11 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.73 2003/10/29 16:20:14 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -419,6 +419,8 @@ sub OutputDescriptions { sub CreateAndParseOutputSelector { my $Str = ''; my $elementname = 'chartoutputmode'; + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, + [$elementname]); # # Format for output options is 'mode, restrictions'; my $selected = 'html, without links';