| 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.35 2003-06-21 00:53:09 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.36 2003-06-21 02:34:10 gage 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. |
| … | |
… | |
| 231 | # default grader |
231 | # default grader |
| 232 | grader => "avg_problem_grader", |
232 | grader => "avg_problem_grader", |
| 233 | }, |
233 | }, |
| 234 | # this will be customized in the course.conf file |
234 | # this will be customized in the course.conf file |
| 235 | specialPGEnvironmentVars => { |
235 | specialPGEnvironmentVars => { |
| 236 | PRINT_FILE_NAMES_FOR => qw(gage apizer voloshin lr003k professor), |
236 | PRINT_FILE_NAMES_FOR => [ qw(gage apizer voloshin lr003k professor) ], |
| 237 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
237 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
| 238 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
238 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
| 239 | CAPA_Graphics_URL => "$courseDirs{html}/CAPA_Graphics/", |
239 | CAPA_Graphics_URL => "$courseDirs{html}/CAPA_Graphics/", |
| 240 | CAPA_GraphicsDirectory => "$courseDirs{html}CAPA_Graphics/", |
240 | CAPA_GraphicsDirectory => "$courseDirs{html}CAPA_Graphics/", |
| 241 | }, |
241 | }, |