--- loncom/html/adm/helper/newslot.helper 2006/05/16 21:03:42 1.19 +++ loncom/html/adm/helper/newslot.helper 2006/06/25 21:57:56 1.20 @@ -157,6 +157,20 @@ delete($helper->{'VARS'}{'endunique'}); + + +

Proctored access: + + + No proctor checkin required for access. + Require proctored checkin for access. + + my $default=&{$helper->{DATA}{origslot}}('proctor'); + if ($default) { return 'yes'; } + return 'no'; + + +

Secret word proctors use to checkin users:
    @@ -211,22 +225,12 @@ - FINISH - - - $helper->{'VARS'}{'type'} eq 'schedulable_student' - RESTRICTUSER - + + $helper->{'VARS'}{'useproctor'} eq 'no' + RESTRICTUSER + - - No proctor checkin required for access. - Require proctored access. - - my $default=&{$helper->{DATA}{origslot}}('proctor'); - if ($default) { return 'yes'; } - return 'no'; - - + RESTRICTUSER @@ -243,6 +247,11 @@ + + $helper->{'VARS'}{'type'} ne 'schedulable_student' + FINISH + + FINISH

Slots are by default available to all users in a course, if you would like this slot to be restricted to a subset of users you can specify restrictions.