--- loncom/interface/statistics/lonproblemstatistics.pm 2003/12/08 19:37:44 1.62 +++ loncom/interface/statistics/lonproblemstatistics.pm 2003/12/09 21:14:23 1.63 @@ -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.63 2003/12/09 21:14:23 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' },