--- loncom/interface/statistics/lonproblemstatistics.pm 2003/10/24 13:36:16 1.60 +++ loncom/interface/statistics/lonproblemstatistics.pm 2003/11/11 22:14:28 1.61 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.60 2003/10/24 13:36:16 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.61 2003/11/11 22:14:28 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -265,6 +265,18 @@ Main interface to problem statistics. sub BuildProblemStatisticsPage { my ($r,$c)=@_; # + my %Saveable_Parameters = ('Status' => 'scalar', + 'statsoutputmode' => 'scalar', + 'Section' => 'array', + 'StudentData' => 'array', + 'Maps' => 'array'); + &Apache::loncommon::store_course_settings('statistics', + \%Saveable_Parameters); + &Apache::loncommon::restore_course_settings('statistics', + \%Saveable_Parameters); + # + &Apache::lonstatistics::PrepareClasslist(); + # my ($interface,$output_mode,$show) = &CreateInterface(); $r->print($interface); $r->print('');