| 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: webwork-modperl/conf/global.conf.dist,v 1.152 2005/10/17 03:37:36 gage Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.153 2005/11/17 22:56:23 dpvc 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. |
| … | |
… | |
| 547 | record_answers_after_open_date_with_attempts => "student", |
547 | record_answers_after_open_date_with_attempts => "student", |
| 548 | record_answers_after_open_date_without_attempts => undef, |
548 | record_answers_after_open_date_without_attempts => undef, |
| 549 | record_answers_after_due_date => undef, |
549 | record_answers_after_due_date => undef, |
| 550 | record_answers_after_answer_date => undef, |
550 | record_answers_after_answer_date => undef, |
| 551 | dont_log_past_answers => "professor", |
551 | dont_log_past_answers => "professor", |
|
|
552 | # does the user get to see a dump of the problem? |
|
|
553 | view_problem_debugging_info => "ta", |
| 552 | |
554 | |
| 553 | ##### Behavior of the Hardcopy Processor ##### |
555 | ##### Behavior of the Hardcopy Processor ##### |
| 554 | |
556 | |
| 555 | download_hardcopy_multiuser => "ta", |
557 | download_hardcopy_multiuser => "ta", |
| 556 | download_hardcopy_multiset => "ta", |
558 | download_hardcopy_multiset => "ta", |