--- loncom/interface/lonparmset.pm 2004/06/02 21:51:01 1.162 +++ loncom/interface/lonparmset.pm 2004/06/28 15:02:31 1.164 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.162 2004/06/02 21:51:01 albertel Exp $ +# $Id: lonparmset.pm,v 1.164 2004/06/28 15:02:31 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1598,6 +1598,9 @@ sub crsenv { 'receiptalg' => ''.&mt('Receipt algorithm used').'
'. &mt('This controls how receipt numbers are generated.'), + 'suppress_tries' + => ''.&mt('Suppress number of tries in printing').'('. + &mt('yes if supress').')', 'problem_stream_switch' => ''.&mt('Allow problems to be split over pages').'
'. ' ('.&mt('"[_1]" if allowed, anything else if not','yes').')', @@ -1617,6 +1620,9 @@ sub crsenv { 'disable_receipt_display' => ''.&mt('Disable display of problem receipts').'
'. ' ('.&mt('"[_1]" to disable, anything else if not','yes').')', + 'disablesigfigs' + => ''.&mt('Disable checking of Significant Figures').'
'. + ' ('.&mt('"[_1]" to disable, anything else if not','yes').')', 'tthoptions' => ''.&mt('Default set of options to pass to tth/m when converting tex').'' ); @@ -1631,6 +1637,7 @@ sub crsenv { 'rndseed', 'receiptalg', 'problem_stream_switch', + 'suppress_tries', 'default_paper_size', 'disable_receipt_display', 'spreadsheet_default_classcalc', @@ -1639,7 +1646,8 @@ sub crsenv { 'hideemptyrows', 'default_enrollment_start_date', 'default_enrollment_end_date', - 'tthoptions' + 'tthoptions', + 'disablesigfigs' ); foreach my $parameter (sort(keys(%values))) { unless ($parameter =~ m/^internal\./) {