| 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.32 2003-06-13 02:30:44 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.33 2003-06-18 23:04:51 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. |
| … | |
… | |
| 175 | become_student => $professor, |
175 | become_student => $professor, |
| 176 | access_instructor_tools => $ta, |
176 | access_instructor_tools => $ta, |
| 177 | create_and_delete_problem_sets => $professor, |
177 | create_and_delete_problem_sets => $professor, |
| 178 | modify_problem_sets => $professor, |
178 | modify_problem_sets => $professor, |
| 179 | assign_problem_sets => $professor, |
179 | assign_problem_sets => $professor, |
|
|
180 | modify_student_data => $professor, |
| 180 | ); |
181 | ); |
| 181 | |
182 | |
| 182 | ################################################################################ |
183 | ################################################################################ |
| 183 | # Session options |
184 | # Session options |
| 184 | ################################################################################ |
185 | ################################################################################ |