Diff for /loncom/interface/courseprefs.pm between versions 1.49.2.1 and 1.49.2.2

version 1.49.2.1, 2012/05/27 01:36:09 version 1.49.2.2, 2012/06/03 13:40:50
Line 3258  sub print_grading { Line 3258  sub print_grading {
                    input => 'selectbox',                     input => 'selectbox',
                    options => {                     options => {
                                 standard => &mt('Standard: shows points'),                                  standard => &mt('Standard: shows points'),
                                 categories => &mt('Categories: shows points according to categories'),  
                                 external => &mt('External: shows number of completed parts and totals'),                                  external => &mt('External: shows number of completed parts and totals'),
                                 externalnototals => &mt('External: shows only number of completed parts'),                                  externalnototals => &mt('External: shows only number of completed parts'),
                                 spreadsheet => &mt('Spreadsheet: (with link to detailed scores)'),                                   spreadsheet => &mt('Spreadsheet: (with link to detailed scores)'), 
                               },                                },
                    order => ['standard','categories','external','externalnototals','spreadsheet'],                     order => ['standard','external','externalnototals','spreadsheet'],
                  },                   },
         'rndseed' => {          'rndseed' => {
                    text => '<b>'.&mt($itemtext->{'rndseed'}).'</b>'.                     text => '<b>'.&mt($itemtext->{'rndseed'}).'</b>'.

Removed from v.1.49.2.1  
changed lines
  Added in v.1.49.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>