--- loncom/interface/statistics/loncorrectproblemplot.pm 2004/03/07 20:53:41 1.9 +++ loncom/interface/statistics/loncorrectproblemplot.pm 2004/03/08 18:42:58 1.10 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncorrectproblemplot.pm,v 1.9 2004/03/07 20:53:41 matthew Exp $ +# $Id: loncorrectproblemplot.pm,v 1.10 2004/03/08 18:42:58 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,6 +123,12 @@ sub BuildCorrectProblemsPage { } } my ($starttime,$endtime) = &Apache::lonstathelpers::get_time_limits(); + if (defined($starttime) || defined($endtime)) { + # Inform the user what the time limits on the data are. + $r->print(&mt('Statistics on submissions from [_1] to [_2]', + &Apache::lonlocal::locallocaltime($starttime), + &Apache::lonlocal::locallocaltime($endtime))); + } my $score_data = &Apache::loncoursedata::get_student_scores (\@Apache::lonstatistics::SelectedSections, \@ProblemSymbs,