From: Mike G. v. a. <we...@ma...> - 2005-09-28 23:26:10
|
Log Message: ----------- Changed the wording of the initial course.conf file. Modified Files: -------------- webwork-modperl/lib/WeBWorK/Utils: CourseManagement.pm Revision Data ------------- Index: CourseManagement.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/Utils/CourseManagement.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -Llib/WeBWorK/Utils/CourseManagement.pm -Llib/WeBWorK/Utils/CourseManagement.pm -u -r1.25 -r1.26 --- lib/WeBWorK/Utils/CourseManagement.pm +++ lib/WeBWorK/Utils/CourseManagement.pm @@ -891,11 +891,20 @@ } print $fh <<'EOF'; -# Feedback Mail Recipients (global value typically not defined) +# By default, feeback is sent to all users who have permission to +# receive_feedback. If this list is non-empty, feedback is also sent to the +# addresses specified here. # -# Defines recipients for feedback mail. If not defined, mail is sent to all -# instructors and TAs. +# * If you want to disable feedback altogether, leave this empty and set +# $permissionLevels{submit_feeback} = undef; +# This will cause the +# feedback button to go away as well. # +# * If you want to send email ONLY to addresses in this list, set +# $permissionLevels{receive_feedback} = undef; +# +# It's often useful to set this in the course.conf to change the behavior of +# feedback for a specific course. # global.conf values: EOF |