| 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.100 2004/09/02 22:30:34 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.101 2004/09/02 22:51:57 sh002i 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. |
| … | |
… | |
| 440 | record_answers_before_open_date => $nobody, |
440 | record_answers_before_open_date => $nobody, |
| 441 | record_answers_after_open_date_with_attempts => $student, |
441 | record_answers_after_open_date_with_attempts => $student, |
| 442 | record_answers_after_open_date_without_attempts => $nobody, |
442 | record_answers_after_open_date_without_attempts => $nobody, |
| 443 | record_answers_after_due_date => $nobody, |
443 | record_answers_after_due_date => $nobody, |
| 444 | record_answers_after_answer_date => $nobody, |
444 | record_answers_after_answer_date => $nobody, |
|
|
445 | |
|
|
446 | dont_log_past_answers => $professor, |
| 445 | ); |
447 | ); |
| 446 | |
448 | |
| 447 | ################################################################################ |
449 | ################################################################################ |
| 448 | # Session options |
450 | # Session options |
| 449 | ################################################################################ |
451 | ################################################################################ |