Hi Tom,
There should be a reminder or template in the webworkCourse.ph file.
The webworkCourse.ph file constructed by the course_webwork_setup.pl
script contains near the top the following (the initial lines are all
comments even though they may not be desplayed as such on all browsers)
# Finally, when sending bulk email to students from the sendmail page, the following
# default values are used for the From and Reply-To fields. Normally these fields
# are filled in and these default values are not used. More importanly, the
# defaultReply value is also used in the Reply-To field on feedback email which students
# can send to the feedbackAddress by hitting the feedback button. The format is the same
# as for the feedbackAddress above.
$Global::defaultFrom = $Global::feedbackAddress;
$Global::defaultReply = $Global::feedbackAddress;
so the defaults are set to the feedbackAddress if this code is used without change.
The defaultReply can be used as follows. You might have a TA answer all
feedback email but you want a professor to monitor the replies or your
feedback may go to several people and you want all of them to receive
replies.
Setting the system default to the webmaster at least informs the
webmaster that someone should edit the offending course's
webworkCourse.ph file. Note that the course_webwork_setup.pl script as
of version 1.7 resides in the scripts directory of the system, not in
individual course directories. If this is not used to construct new
webworkCourse.ph files, you will get the action you describe.
Arnie
<| Post or View Comments |>
|