--- loncom/interface/statistics/lonproblemstatistics.pm 2003/04/01 17:00:24 1.49 +++ loncom/interface/statistics/lonproblemstatistics.pm 2003/07/28 15:30:46 1.55 @@ -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.55 2003/07/28 15:30:46 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,7 +62,7 @@ my @Fields = ( align => 'right', color => '#FFFFE6' }, { name => 'container', - title => 'Container', + title => 'Sequence or Folder', align => 'left', color => '#FFFFE6', sortable => 'yes' }, @@ -75,7 +75,8 @@ my @Fields = ( { name => 'part', title => 'Part', align => 'left', - color => '#FFFFE6' }, + color => '#FFFFE6', + }, { name => 'num_students', title => '#Stdnts', align => 'right', @@ -131,7 +132,8 @@ my @Fields = ( format => '%5.2f', sortable => 'yes', graphable => 'yes', - long_title => 'Degree of Difficulty' }, + long_title => 'Degree of Difficulty'. + '[ 1 - ((#YES+#yes) / Tries) ]'}, { name => 'num_solved', title => '#YES', align => 'right', @@ -155,7 +157,7 @@ my @Fields = ( format => '%4.1f', sortable => 'yes', graphable => 'yes', - long_title => 'Percent Wrong' }, + long_title => 'Percent of students whose final answer is wrong' }, ); ############################################### @@ -177,6 +179,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; @@ -199,6 +204,10 @@ sub CreateInterface { $Str .= &CreateAndParseOutputSelector(); $Str .= ' |