--- loncom/interface/lonparmset.pm 2003/06/23 21:42:07 1.109 +++ loncom/interface/lonparmset.pm 2003/06/24 21:35:24 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.109 2003/06/23 21:42:07 albertel Exp $ +# $Id: lonparmset.pm,v 1.112 2003/06/24 21:35:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -892,7 +892,11 @@ sub assessparms { &startpage($r,$id,$udom,$csec,$uname,$have_assesments); - if (!$have_assesments) { return ''; } + if (!$have_assesments) { + untie(%bighash); + untie(%parmhash); + return ''; + } # if ($ENV{'form.url'}) { # $r->print(''); @@ -1517,9 +1521,12 @@ sub crsenv { => 'Randomization algorithm used
'. 'Modifying this will make problems '. 'have different numbers and answers', - 'problem_stream_switch' + 'problem_split' => 'Allow problems to be split over pages
'. - ' ("yes" if allowed, anything else if not)', + ' ("yes" if allowed, anything else if not)',, + 'anonymous_quiz' + => 'Anonimous quiz/exam
'. + ' (yes to avoid print students names )', 'default_enrollment_start_date' => 'Default beginning date '. 'when enrolling students', 'default_enrollment_end_date' => 'Default ending date '.