| 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.12 2003-02-18 07:04:11 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.13 2003-02-21 21:16:47 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. |
| … | |
… | |
| 110 | # mail is sent to all professors and TAs for a given course |
110 | # mail is sent to all professors and TAs for a given course |
| 111 | #feedbackRecipients => [ |
111 | #feedbackRecipients => [ |
| 112 | # "prof1\@host.yourdomain.edu", |
112 | # "prof1\@host.yourdomain.edu", |
| 113 | # "prof2\@host.yourdomain.edu", |
113 | # "prof2\@host.yourdomain.edu", |
| 114 | #], |
114 | #], |
|
|
115 | # feedbackVerbosity: |
|
|
116 | # 0: send only the feedback comment and context link |
|
|
117 | # 1: as in 0, plus user, set, problem, and PG data |
|
|
118 | # 2: as in 1, plus the problem environment (debugging data) |
|
|
119 | feedbackVerbosity => 1, |
| 115 | ); |
120 | ); |
| 116 | |
121 | |
| 117 | %externalPrograms = ( |
122 | %externalPrograms = ( |
| 118 | mkdir => "/bin/mkdir", |
123 | mkdir => "/bin/mkdir", |
| 119 | tth => "/usr/local/bin/tth", |
124 | tth => "/usr/local/bin/tth", |