--- loncom/html/adm/helper/newslot.helper 2006/05/09 19:07:17 1.17 +++ loncom/html/adm/helper/newslot.helper 2006/05/09 19:10:39 1.18 @@ -218,6 +218,16 @@ RESTRICTUSER + + No proctor checkin required for access. + Require proctored access. + + my $default=&{$helper->{DATA}{origslot}}('proctor'); + if ($default) { return 'yes'; } + return 'no'; + + +