[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 04 Aug 2004 15:07:42 -0000


matthew		Wed Aug  4 11:07:42 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  Bug 3262: %wrong plot is now re-implemented.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.92 loncom/interface/statistics/lonproblemstatistics.pm:1.93
--- loncom/interface/statistics/lonproblemstatistics.pm:1.92	Thu Jul 22 13:33:29 2004
+++ loncom/interface/statistics/lonproblemstatistics.pm	Wed Aug  4 11:07:42 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.92 2004/07/22 17:33:29 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.93 2004/08/04 15:07:42 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -238,6 +238,17 @@
              format => '%4.1f',
              sortable  => 'yes',
              graphable => 'yes',
+             long_title => 'Number of students whose final answer is wrong',
+             selectable => 'yes',
+             defaultselected => 'yes',
+           },
+           { name   => 'per_wrong',
+             title  => '%Wrng',
+             align  => 'right',
+             color  => '#FFDDDD',
+             format => '%4.1f',
+             sortable  => 'yes',
+             graphable => 'yes',
              long_title => 'Percent of students whose final answer is wrong',
              selectable => 'yes',
              defaultselected => 'yes',