[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Sun Jun 3 09:40:51 EDT 2012


raeburn		Sun Jun  3 13:40:51 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	courseprefs.pm 
  Log:
  - For 2.11
    - category-based grading not in 2.11
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.49.2.1 loncom/interface/courseprefs.pm:1.49.2.2
--- loncom/interface/courseprefs.pm:1.49.2.1	Sun May 27 01:36:09 2012
+++ loncom/interface/courseprefs.pm	Sun Jun  3 13:40:50 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.49.2.1 2012/05/27 01:36:09 raeburn Exp $
+# $Id: courseprefs.pm,v 1.49.2.2 2012/06/03 13:40:50 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3258,12 +3258,11 @@
                    input => 'selectbox',
                    options => {
                                 standard => &mt('Standard: shows points'),
-                                categories => &mt('Categories: shows points according to categories'),
                                 external => &mt('External: shows number of completed parts and totals'),
                                 externalnototals => &mt('External: shows only number of completed parts'),
                                 spreadsheet => &mt('Spreadsheet: (with link to detailed scores)'), 
                               },
-                   order => ['standard','categories','external','externalnototals','spreadsheet'],
+                   order => ['standard','external','externalnototals','spreadsheet'],
                  },
         'rndseed' => {
                    text => '<b>'.&mt($itemtext->{'rndseed'}).'</b>'.




More information about the LON-CAPA-cvs mailing list