--- loncom/interface/statistics/lonstudentsubmissions.pm 2005/03/10 17:28:59 1.36 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2005/03/14 20:28:22 1.37 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.36 2005/03/10 17:28:59 matthew Exp $ +# $Id: lonstudentsubmissions.pm,v 1.37 2005/03/14 20:28:22 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,6 +110,9 @@ sub BuildStudentSubmissionsPage { push(@Problems,$resource); } # + $r->print('

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

'); if (! scalar(@Problems) || ! defined($Problems[0])) { $r->print('resource is undefined'); } else {