--- loncom/interface/lonparmset.pm 2001/12/19 17:17:46 1.40 +++ loncom/interface/lonparmset.pm 2001/12/27 17:00:30 1.42 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.40 2001/12/19 17:17:46 albertel Exp $ +# $Id: lonparmset.pm,v 1.42 2001/12/27 17:00:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,6 +40,8 @@ # 16/01/01,02/08,03/20,03/23,03/24,03/26,05/09, # 07/05,07/06,08/08,08/09,09/01,09/21 Gerd Kortemeyer # 12/17 Scott Harrison +# 12/19 Guy Albertelli +# 12/26,12/27 Gerd Kortemeyer # ### @@ -800,7 +802,12 @@ sub crsenv { 'comment.email' => 'Feedback Addresses for Comments
'. '(user:domain,user:domain,...)', 'policy.email' => 'Feedback Addresses for Course Policy
'. - '(user:domain,user:domain,...)' + '(user:domain,user:domain,...)', + 'hideemptyrows' => 'Hide Empty Rows in Spreadsheets
'. + '("yes" for default hiding)', + 'pch.roles.denied'=> 'Disallow Resource Discussion for Students
'. + '("st": student, "ta": TA, "in": instructor;
'. + 'role,role,...)' ); foreach (split(/\&/,$rep)) {