--- loncom/interface/lonparmset.pm 2003/05/03 21:30:21 1.89 +++ loncom/interface/lonparmset.pm 2003/05/27 18:01:39 1.94 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.89 2003/05/03 21:30:21 albertel Exp $ +# $Id: lonparmset.pm,v 1.94 2003/05/27 18:01:39 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -341,6 +341,10 @@ sub startpage { $selscript $bodytag + +Use Assignment Parameter Helper, a +simpler interface to set open, due, or answer open dates for problems or sequences. +

Course Environment

@@ -683,12 +687,12 @@ sub assessparms { my $url=$ENV{'form.url'}; $url=~s-^http://($ENV{'SERVER_NAME'}|$ENV{'HTTP_HOST'})--; $pssymb=&Apache::lonnet::symbread($url); - @pscat='all'; + if (!@pscat) { @pscat=('all'); } $pschp=''; $parmlev = 'full'; } elsif ($ENV{'form.symb'}) { $pssymb=$ENV{'form.symb'}; - @pscat='all'; + if (!@pscat) { @pscat=('all'); } $pschp=''; $parmlev = 'full'; } else { @@ -1449,7 +1453,8 @@ sub crsenv { 'hideemptyrows' => 'Hide Empty Rows in Spreadsheets
'. '("yes" for default hiding)', 'pageseparators' => 'Visibly Separate Items on Pages
'. - '("yes" for visible separation)', + '("yes" for visible separation, '. + 'changes will not show until next login)', 'pch.roles.denied'=> 'Disallow Resource Discussion for '. 'Roles
"st": '. 'student, "ta": '. @@ -1478,9 +1483,12 @@ sub crsenv { => 'Allow limited HTML in discussion posts
'. '(Set value to yes to allow)', 'rndseed' - => 'Random seed algorithm used
'. + => 'Randomization algorithm used
'. 'Modifying this will make problems '. - 'display different numbers or correct answer' + 'have different numbers and answers', + 'problem_stream_switch' + => 'Allow problems to be splitted over pages
'. + ' (yes if allow anything else if not)' ); foreach (keys(%values)) { unless ($descriptions{$_}) {