--- loncom/interface/statistics/lonstudentassessment.pm 2005/03/11 20:26:32 1.118 +++ loncom/interface/statistics/lonstudentassessment.pm 2005/03/14 20:28:22 1.119 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.118 2005/03/11 20:26:32 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.119 2005/03/14 20:28:22 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -173,6 +173,9 @@ sub BuildStudentAssessmentPage { if (! exists($ENV{'form.notfirstrun'}) && ! $single_student_mode) { return; } + $r->print('

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

'); # my $initialize = \&html_initialize; my $output_student = \&html_outputstudent; @@ -1048,7 +1051,7 @@ sub excel_initialize { # # Put a description of the sections listed my $sectionstring = ''; - my @Sections = @Apache::lonstatistics::SelectedSections; + my @Sections = &Apache::lonstatistics::get_selected_sections(); if (scalar(@Sections) > 1) { if (scalar(@Sections) > 2) { my $last = pop(@Sections);