| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 4 | # $Id: global.conf.dist,v 1.30 2003-06-11 02:18:04 gage Exp $ |
4 | # $Id: global.conf.dist,v 1.31 2003-06-11 20:40:56 sh002i Exp $ |
| 5 | ################################################################################ |
5 | ################################################################################ |
| 6 | |
6 | |
| 7 | # This file is used to set up the default WeBWorK course environment for all |
7 | # This file is used to set up the default WeBWorK course environment for all |
| 8 | # requests. Values may be overwritten by the course.conf for a specific course. |
8 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 9 | # All package variables set in this file are added to the course environment. |
9 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 216 | displayMode => "images", |
216 | displayMode => "images", |
| 217 | showOldAnswers => 1, |
217 | showOldAnswers => 1, |
| 218 | showCorrectAnswers => 0, |
218 | showCorrectAnswers => 0, |
| 219 | showHints => 0, |
219 | showHints => 0, |
| 220 | showSolutions => 0, |
220 | showSolutions => 0, |
| 221 | catchWarnings => 1, |
221 | catchWarnings => 0, # there's a global warning catcher now |
| 222 | # default grader |
222 | # default grader |
| 223 | grader => "avg_problem_grader", |
223 | grader => "avg_problem_grader", |
| 224 | }, |
224 | }, |
| 225 | # this will be customized in the course.conf file |
225 | # this will be customized in the course.conf file |
| 226 | specialPGEnvironmentVars => { |
226 | specialPGEnvironmentVars => { |