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

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 08 Mar 2005 17:40:40 -0000


matthew		Tue Mar  8 12:40:40 2005 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  Make the problem weight a selectable output instead of outputting it every
      time statistics are computed.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.99 loncom/interface/statistics/lonproblemstatistics.pm:1.100
--- loncom/interface/statistics/lonproblemstatistics.pm:1.99	Thu Mar  3 23:36:35 2005
+++ loncom/interface/statistics/lonproblemstatistics.pm	Tue Mar  8 12:40:39 2005
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.99 2005/03/04 04:36:35 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.100 2005/03/08 17:40:39 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -362,7 +362,7 @@
              sortable => 'no',
              graphable => 'no',
              long_title => 'Problem weight (for instructor)',
-             selectable => 'no',
+             selectable => 'yes',
              defaultselected => 'yes',
             },
 );