--- loncom/interface/statistics/lonproblemstatistics.pm 2003/04/01 17:00:24 1.49 +++ loncom/interface/statistics/lonproblemstatistics.pm 2003/05/12 22:07:17 1.50 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.49 2003/04/01 17:00:24 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.50 2003/05/12 22:07:17 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -177,6 +177,7 @@ sub CreateInterface { $Str .= '
Sections | '; + $Str .= 'Enrollment Status | '; $Str .= 'Sequences and Folders | '; $Str .= 'Output | '; $Str .= '
'."\n"; $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); $Str .= ' | '; + $Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); + $Str .= ' | '; # my $only_seq_with_assessments = sub { my $s=shift; |