| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.159 2005/12/19 03:40:58 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.160 2005/12/21 23:19:01 glarose Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 619 | # password. Come to think of it, why do we even have this?! |
619 | # password. Come to think of it, why do we even have this?! |
| 620 | #$debugPracticeUser = "practice666"; |
620 | #$debugPracticeUser = "practice666"; |
| 621 | |
621 | |
| 622 | # Option for gateway tests; $gatewayGracePeriod is the time in seconds |
622 | # Option for gateway tests; $gatewayGracePeriod is the time in seconds |
| 623 | # after the official due date during which we'll still grade the test |
623 | # after the official due date during which we'll still grade the test |
| 624 | $gatewayGracePeriod = 150; |
624 | $gatewayGracePeriod = 120; |
| 625 | |
625 | |
| 626 | ################################################################################ |
626 | ################################################################################ |
| 627 | # PG subsystem options |
627 | # PG subsystem options |
| 628 | ################################################################################ |
628 | ################################################################################ |
| 629 | |
629 | |