--- loncom/interface/lonparmset.pm 2004/06/02 21:51:01 1.162 +++ loncom/interface/lonparmset.pm 2004/06/04 22:56:45 1.163 @@ -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.163 2004/06/04 22:56:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1617,6 +1617,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').'' ); @@ -1639,7 +1642,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\./) {