[LON-CAPA-cvs] cvs: loncom /interface lonmeta.pm lonsearchcat.pm

www lon-capa-cvs-allow@mail.lon-capa.org
Tue, 01 May 2007 02:13:44 -0000


www		Mon Apr 30 22:13:44 2007 EDT

  Modified files:              
    /loncom/interface	lonmeta.pm lonsearchcat.pm 
  Log:
  Correct misleading wording
  
  
Index: loncom/interface/lonmeta.pm
diff -u loncom/interface/lonmeta.pm:1.204 loncom/interface/lonmeta.pm:1.205
--- loncom/interface/lonmeta.pm:1.204	Mon Mar 12 15:10:48 2007
+++ loncom/interface/lonmeta.pm	Mon Apr 30 22:13:40 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Metadata display handler
 #
-# $Id: lonmeta.pm,v 1.204 2007/03/12 19:10:48 banghart Exp $
+# $Id: lonmeta.pm,v 1.205 2007/05/01 02:13:40 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -265,7 +265,7 @@
          'correct'    => 'Material appears to be correct',
          'technical'  => 'Resource is technically correct', 
          'avetries'   => 'Average number of tries till solved',
-         'stdno'      => 'Total number of students who have worked on this problem',
+         'stdno'      => 'Statistics calculated for number of students',
          'difficulty' => 'Degree of difficulty',
          'disc'       => 'Degree of discrimination',
 	     'dependencies' => 'Resources used by this resource',
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.284 loncom/interface/lonsearchcat.pm:1.285
--- loncom/interface/lonsearchcat.pm:1.284	Fri Apr 13 19:05:40 2007
+++ loncom/interface/lonsearchcat.pm	Mon Apr 30 22:13:40 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.284 2007/04/13 23:05:40 albertel Exp $
+# $Id: lonsearchcat.pm,v 1.285 2007/05/01 02:13:40 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -990,7 +990,7 @@
                description=>'Network-wide number of accesses (hits)',},
              { name=>'stdno',
                description=>
-               'Total number of students who have worked on this problem',},
+               'Statistics calculated for number of students',},
              { name => 'avetries',
                description=>'Average number of tries till solved',},
              { name => 'difficulty',