| 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.95 2004/07/16 14:27:33 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.96 2004/08/04 20:54:35 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. |
| … | |
… | |
| 82 | |
82 | |
| 83 | # If defined, feedbackRecipients overrides the list of recipients for feedback |
83 | # If defined, feedbackRecipients overrides the list of recipients for feedback |
| 84 | # email. It's appropriate to set this in the course.conf for specific courses, |
84 | # email. It's appropriate to set this in the course.conf for specific courses, |
| 85 | # but probably not in global.conf. if not defined, mail is sent to all |
85 | # but probably not in global.conf. if not defined, mail is sent to all |
| 86 | # professors and TAs for a given course |
86 | # professors and TAs for a given course |
| 87 | $mail{feedbackRecipients} = [ |
87 | # $mail{feedbackRecipients} = [ |
| 88 | #'prof1@yourserver.yourdomain.edu', |
88 | #'prof1@yourserver.yourdomain.edu', |
| 89 | #'prof2@yourserver.yourdomain.edu', |
89 | #'prof2@yourserver.yourdomain.edu', |
| 90 | ]; |
90 | # ]; |
| 91 | |
91 | |
| 92 | # feedbackVerbosity: |
92 | # feedbackVerbosity: |
| 93 | # 0: send only the feedback comment and context link |
93 | # 0: send only the feedback comment and context link |
| 94 | # 1: as in 0, plus user, set, problem, and PG data |
94 | # 1: as in 0, plus user, set, problem, and PG data |
| 95 | # 2: as in 1, plus the problem environment (debugging data) |
95 | # 2: as in 1, plus the problem environment (debugging data) |