--- loncom/interface/statistics/lonproblemstatistics.pm 2003/12/08 19:37:44 1.62 +++ loncom/interface/statistics/lonproblemstatistics.pm 2004/02/02 19:32:11 1.65 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.62 2003/12/08 19:37:44 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.65 2004/02/02 19:32:11 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -147,7 +147,7 @@ my @Fields = ( title => '#YES', align => 'right', color => '#FFDDDD', - format => '%d', + format => '%4.1f',# format => '%d', sortable => 'yes', graphable => 'yes', long_title => 'Number of Students able to Solve' }, @@ -155,7 +155,7 @@ my @Fields = ( title => '#yes', align => 'right', color => '#FFDDDD', - format => '%d', + format => '%4.1f',# format => '%d', sortable => 'yes', graphable => 'yes', long_title => 'Number of Students given Override' }, @@ -208,6 +208,9 @@ my @OutputOptions = sub CreateInterface { my $Str = ''; + $Str .= '

Overall Problem Statistics'. + &Apache::loncommon::help_open_topic('Statistics_Overall_Key'). + '

'."\n"; $Str .= ''."\n"; $Str .= ''; $Str .= ''; @@ -770,7 +773,8 @@ sub plot_statistics { 'Problem Number', $yaxis, $Max, - undef, + undef, # colors + undef, # labels \@Data)."

\n"); # # Print out the data
'.&mt('Sections').'