--- loncom/interface/lonparmset.pm 2006/01/10 05:27:57 1.275
+++ loncom/interface/lonparmset.pm 2006/02/09 22:11:54 1.276
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.275 2006/01/10 05:27:57 raeburn Exp $
+# $Id: lonparmset.pm,v 1.276 2006/02/09 22:11:54 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2138,8 +2138,11 @@ sub crsenv {
=> ''.&mt('Allow limited HTML in discussion posts').'
'.
'('.&mt('Set value to "[_1]" to allow',"yes").')',
'allow_discussion_post_editing'
- => ''.&mt('Allow users to edit/delete their own discussion posts').'
'.
- '('.&mt('Set value to "[_1]" to allow',"yes").')',
+ => ''.&mt('Allow users with specified roles to edit/delete their own discussion posts').'
"st": '.
+ &mt('student').', "ta": '.
+ 'TA, "in": '.
+ &mt('instructor').'; ('.&mt('role:section,role:section,..., e.g., st:001,st:002,in,cc would permit students in sections 001 and 002 and instructors in any section, and course coordinators to edit their own posts.').')
'.
+ '('.&mt('or set value to "[_1]" to allow all roles',"yes").')',
'rndseed'
=> ''.&mt('Randomization algorithm used').'
'.
''.&mt('Modifying this will make problems').' '.