Hi,
I thought the suggestion was to have a variable in global.conf.dist
which would hold a format string for feedback subject line so people
could include more information or not.
John
Arnie Pizer via activitymail wrote:
>Log Message:
>-----------
>Add section and recitation to feedback subject line as per Gavin's
>suggestion.
>
>Modified Files:
>--------------
> webwork-modperl/lib/WeBWorK/ContentGenerator:
> Feedback.pm
>
>Revision Data
>-------------
>Index: Feedback.pm
>===================================================================
>RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Feedback.pm,v
>retrieving revision 1.29
>retrieving revision 1.30
>diff -Llib/WeBWorK/ContentGenerator/Feedback.pm -Llib/WeBWorK/ContentGenerator/Feedback.pm -u -r1.29 -r1.30
>--- lib/WeBWorK/ContentGenerator/Feedback.pm
>+++ lib/WeBWorK/ContentGenerator/Feedback.pm
>@@ -187,7 +187,7 @@
> # *** we might want to have a CE setting for
> # "additional recipients"
> smtp => $ce->{mail}->{smtpServer},
>- subject => "WeBWorK feedback from $courseID: ".$user->first_name." ".$user->last_name.
>+ subject => "WeBWorK feedback from $courseID (".$user->section.'-'.$user->recitation.'): '.$user->first_name.' '.$user->last_name.
> ( ( defined($setName) && defined($problemNumber) ) ?
> " set$setName/prob$problemNumber" : ""
> ),
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by:
>Tame your development challenges with Apache's Geronimo App Server.
>Download it for free - -and be entered to win a 42" plasma tv or your very
>own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
>_______________________________________________
>Openwebwork-cvs mailing list
>Ope...@li...
>https://lists.sourceforge.net/lists/listinfo/openwebwork-cvs
>
>
|