--- loncom/interface/courseprefs.pm 2009/11/05 14:48:39 1.10 +++ loncom/interface/courseprefs.pm 2009/11/21 18:07:03 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.10 2009/11/05 14:48:39 raeburn Exp $ +# $Id: courseprefs.pm,v 1.11 2009/11/21 18:07:03 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2201,10 +2201,11 @@ sub print_grading { input => 'selectbox', options => { standard => &mt('Standard: shows points'), - external => &mt('External: shows number of completed parts'), + 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','external','spreadsheet'], + order => ['standard','external','externalnototals','spreadsheet'], }, 'rndseed' => { text => ''.&mt($itemtext->{'rndseed'}).''.