--- trunk/webwork2/conf/global.conf 2002/06/25 20:29:22 412 +++ trunk/webwork2/conf/global.conf 2002/06/26 13:33:59 415 @@ -1,6 +1,6 @@ ################################################################################ # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester -# $Id: global.conf,v 1.14 2002-06-25 20:29:19 sh002i Exp $ +# $Id: global.conf,v 1.15 2002-06-26 13:33:56 sh002i Exp $ ################################################################################ # This file is used to set up the default WeBWorK course environment for all @@ -103,11 +103,12 @@ # PG translation stuff %pg = ( + grader => "avg_problem_grader", # modules lists module names and the packages each contains modules => { DynaLoader => [qw(DynaLoader)], - Exporter => [qw(Exporter)], - GD => [qw(GD)], + Exporter => [qw(Exporter)], + GD => [qw(GD)], AlgParser => [qw(AlgParser AlgParserWithImplicitExpand Expr ExprWithImplicitExpand)], AnswerHash => [qw(AnswerHash AnswerEvaluator)], @@ -131,6 +132,7 @@ VectorField => [qw(VectorField)], WWPlot => [qw(WWPlot)], }, + # defaults used by answer evaluators ansEvalDefaults => { functAbsTolDefault => .001, functLLimitDefault => .0000001,