| 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.137 2005/09/16 17:58:47 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.138 2005/09/16 19:08:13 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. |
| … | |
… | |
| 111 | # * If you want to disable feedback altogether, leave this empty and set |
111 | # * If you want to disable feedback altogether, leave this empty and set |
| 112 | # submit_feeback => $nobody in %permissionLevels below. This will cause the |
112 | # submit_feeback => $nobody in %permissionLevels below. This will cause the |
| 113 | # feedback button to go away as well. |
113 | # feedback button to go away as well. |
| 114 | # |
114 | # |
| 115 | # * If you want to send email ONLY to addresses in this list, set |
115 | # * If you want to send email ONLY to addresses in this list, set |
| 116 | # receive_feedback => $nodoy in %permissionLevels below. |
116 | # receive_feedback => $nobody in %permissionLevels below. |
| 117 | # |
117 | # |
| 118 | # It's often useful to set this in the course.conf to change the behavior of |
118 | # It's often useful to set this in the course.conf to change the behavior of |
| 119 | # feedback for a specific course. |
119 | # feedback for a specific course. |
| 120 | # |
120 | # |
| 121 | $mail{feedbackRecipients} = [ |
121 | $mail{feedbackRecipients} = [ |