--- loncom/interface/statistics/lonproblemstatistics.pm 2002/08/15 14:15:20 1.30 +++ loncom/interface/statistics/lonproblemstatistics.pm 2002/09/22 17:08:32 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonproblemstatistics.pm,v 1.30 2002/08/15 14:15:20 stredwic Exp $ +# $Id: lonproblemstatistics.pm,v 1.33 2002/09/22 17:08:32 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -173,15 +173,15 @@ sub BuildProblemStatisticsPage { $Ptr .= ''; $Ptr .= ''."\n"; $Ptr .= ''."\n"; $Ptr .= ''."\n"; $Ptr .= ''."\n"; $Ptr .= ''."\n"; @@ -435,10 +435,10 @@ sub ProblemStatisticsButtons { my $Ptr = '
Select Map'; - $Ptr .= &Apache::lonhtmlcommon::MapOptions(\%cache, 'ProblemStatistics', + $Ptr .= &Apache::lonhtmlcommon::MapOptions(\%cache, 'Statistics', 'Statistics'); $Ptr .= '
Sorting Type:'."\n"; $Ptr .= &Apache::lonhtmlcommon::AscendOrderOptions( - $cache{'ProblemStatisticsAscend'}, - 'ProblemStatistics', - 'Statistics'); + $cache{'ProblemStatisticsAscend'}, + 'ProblemStatistics', + 'Statistics'); $Ptr .= '
Select Sections'; $Ptr .= '
'; $Ptr .= '{$_.':degreeOfDifficulty'}; $cache->{$sequence.':source'} =~ /^(\w+)\/(\w+)/; if($data->{$_.':studentCount'}) { - &Apache::lonnet::put('resevaldata',\%storestats,$1,$2); + &Apache::lonnet::put('nohist_resevaldata',\%storestats,$1,$2); } }