| 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.38 2003-07-15 00:56:31 gage Exp $ |
4 | # $Id: global.conf.dist,v 1.39 2003-08-04 08:05:50 malsyned 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. |
| … | |
… | |
| 182 | access_instructor_tools => $ta, |
182 | access_instructor_tools => $ta, |
| 183 | create_and_delete_problem_sets => $professor, |
183 | create_and_delete_problem_sets => $professor, |
| 184 | modify_problem_sets => $professor, |
184 | modify_problem_sets => $professor, |
| 185 | assign_problem_sets => $professor, |
185 | assign_problem_sets => $professor, |
| 186 | modify_student_data => $professor, |
186 | modify_student_data => $professor, |
|
|
187 | score_sets => $professor, |
| 187 | send_mail => $professor, |
188 | send_mail => $professor, |
| 188 | ); |
189 | ); |
| 189 | |
190 | |
| 190 | ################################################################################ |
191 | ################################################################################ |
| 191 | # Session options |
192 | # Session options |