--- loncom/interface/statistics/lonstudentassessment.pm 2003/10/21 21:23:53 1.71 +++ 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.71 2003/10/21 21:23:53 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'; @@ -456,7 +458,7 @@ sub CreateAndParseOutputSelector { ## my @OutputDataOptions = ( - { name => 'Scores', + { name => 'Scores Summary', base => 'scores', value => 'sum and total', shortdesc => 'Total Score and Maximum Possible for each '.