| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
2 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 3 | # $Id: global.conf,v 1.16 2002-07-03 22:12:25 sh002i Exp $ |
3 | # $Id: global.conf,v 1.17 2002-07-03 22:33:55 sh002i Exp $ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | # This file is used to set up the default WeBWorK course environment for all |
6 | # This file is used to set up the default WeBWorK course environment for all |
| 7 | # requests. Values may be overwritten by the course.conf for a specific course. |
7 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 8 | # All package variables set in this file are added to the course environment. |
8 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 101 | "become_student" => 10, |
101 | "become_student" => 10, |
| 102 | ); |
102 | ); |
| 103 | |
103 | |
| 104 | # PG translation stuff |
104 | # PG translation stuff |
| 105 | %pg = ( |
105 | %pg = ( |
| 106 | # default display mode: plainText, formattedText, images |
106 | options => { |
| 107 | displayMode => "formattedText", |
107 | displayMode => "formattedText", |
| 108 | # default grader to use: can be avg_problem_grader or std_problem_grader |
|
|
| 109 | grader => "avg_problem_grader", |
108 | grader => "avg_problem_grader", |
|
|
109 | }, |
| 110 | # modules lists module names and the packages each contains |
110 | # modules lists module names and the packages each contains |
| 111 | modules => { |
111 | modules => { |
| 112 | DynaLoader => [qw(DynaLoader)], |
112 | DynaLoader => [qw(DynaLoader)], |
| 113 | Exporter => [qw(Exporter)], |
113 | Exporter => [qw(Exporter)], |
| 114 | GD => [qw(GD)], |
114 | GD => [qw(GD)], |