Log Message:
-----------
Added e-mail feedback verbosity to config area.
Modified Files:
--------------
webwork-modperl/lib/WeBWorK:
Constants.pm
Revision Data
-------------
Index: Constants.pm
===================================================================
RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/Constants.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.33 -r1.34
--- lib/WeBWorK/Constants.pm
+++ lib/WeBWorK/Constants.pm
@@ -221,6 +221,17 @@
</ul>',
width => 45,
type => 'text'},
+ { var => 'mail{feedbackVerbosity}',
+ doc => 'E-mail verbosity level',
+ doc2 => 'The e-mail verbosity level controls how much information is
+ automatically added to feedback e-mails. Levels are
+<ol>
+<li value="0"> send only the feedback comment and context link
+<li value="1"> as in 0, plus user, set, problem, and PG data
+<li value="2"> as in 1, plus the problem environment (debugging data)
+</ol>',
+ type => 'number'
+ },
{ var => 'mail{allowedRecipients}',
doc => 'E-mail addresses which can recieve e-mail from a pg problem',
doc2 => 'List of e-mail addresses to which e-mail can be sent by a problem. Professors need to be added to this list if questionaires are used, or other WeBWorK problems which send e-mail as part of their answer mechanism.',
|