| 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.18 2002-07-11 19:09:05 sh002i Exp $ |
3 | # $Id: global.conf,v 1.19 2002-07-18 20:12:00 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. |
| … | |
… | |
| 104 | # PG translation stuff |
104 | # PG translation stuff |
| 105 | %pg = ( |
105 | %pg = ( |
| 106 | options => { |
106 | options => { |
| 107 | # default translation options: |
107 | # default translation options: |
| 108 | displayMode => "formattedText", |
108 | displayMode => "formattedText", |
| 109 | showOldAnswers => 0, |
109 | showOldAnswers => 1, |
| 110 | showCorrectAnswers => 0, |
110 | showCorrectAnswers => 0, |
| 111 | showHints => 0, |
111 | showHints => 1, |
| 112 | showSolutions => 0, |
112 | showSolutions => 0, |
| 113 | # default grader |
113 | # default grader |
| 114 | grader => "avg_problem_grader", |
114 | grader => "avg_problem_grader", |
| 115 | }, |
115 | }, |
| 116 | # modules lists module names and the packages each contains |
116 | # modules lists module names and the packages each contains |