--- loncom/interface/statistics/loncorrectproblemplot.pm 2005/03/07 20:12:08 1.16 +++ loncom/interface/statistics/loncorrectproblemplot.pm 2005/03/14 20:28:22 1.17 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncorrectproblemplot.pm,v 1.16 2005/03/07 20:12:08 matthew Exp $ +# $Id: loncorrectproblemplot.pm,v 1.17 2005/03/14 20:28:22 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,6 +122,9 @@ sub BuildCorrectProblemsPage { } } } + $r->print('

'. + &Apache::lonstatistics::section_and_enrollment_description(). + '

'); my ($starttime,$endtime) = &Apache::lonstathelpers::get_time_limits(); if (defined($starttime) || defined($endtime)) { # Inform the user what the time limits on the data are. @@ -131,7 +134,7 @@ sub BuildCorrectProblemsPage { } &Apache::loncoursedata::populate_weight_table(); my $score_data = &Apache::loncoursedata::get_student_scores - (\@Apache::lonstatistics::SelectedSections, + ([&Apache::lonstatistics::get_selected_sections()], \@ProblemSymbs, $Apache::lonstatistics::enrollment_status,undef, $starttime,$endtime);