version 1.48, 2004/01/31 02:07:53
|
version 1.51, 2004/02/24 23:22:27
|
Line 390 $lt{'asov'}.
|
Line 390 $lt{'asov'}.
|
<h2>$lt{'assp'}</h2> |
<h2>$lt{'assp'}</h2> |
<p> |
<p> |
<b>$lt{'oaas'}: </b> |
<b>$lt{'oaas'}: </b> |
<input type="checkbox" name="openall" checked> |
<input type="checkbox" name="openall" /> |
</p> |
</p> |
<h2>$lt{'mssg'}</h2> |
<h2>$lt{'mssg'}</h2> |
<p> |
<p> |
Line 564 ENDENHEAD
|
Line 564 ENDENHEAD
|
} |
} |
} |
} |
} |
} |
|
# do not hide course coordinator from staff listing, |
|
# even if privileged |
|
$cenv{'nothideprivileged'}=$ccuname.':'.$ccdomain; |
if ($ENV{'form.crsxlist'}) { |
if ($ENV{'form.crsxlist'}) { |
$cenv{'internal.crosslistings'}=$ENV{'form.crsxlist'}; |
$cenv{'internal.crosslistings'}=$ENV{'form.crsxlist'}; |
my @xlists = (); |
my @xlists = (); |
Line 668 ENDENHEAD
|
Line 671 ENDENHEAD
|
# Use new Randomseed |
# Use new Randomseed |
# |
# |
$cenv{'rndseed'}=&Apache::lonnet::latest_rnd_algorithm_id();; |
$cenv{'rndseed'}=&Apache::lonnet::latest_rnd_algorithm_id();; |
|
$cenv{'receiptalg'}=&Apache::lonnet::latest_receipt_algorithm_id();; |
# |
# |
# By default, use standard grading |
# By default, use standard grading |
$cenv{'grading'} = 'standard'; |
$cenv{'grading'} = 'standard'; |