--- loncom/html/adm/helper/newslot.helper 2006/05/16 21:03:42 1.19 +++ loncom/html/adm/helper/newslot.helper 2009/01/27 20:53:53 1.25 @@ -1,5 +1,6 @@ - + OPTIONAL @@ -30,7 +31,7 @@ } - Name:
    +
Name:
   
@@ -84,7 +85,8 @@
- +

Description:
    @@ -110,7 +112,7 @@ -

Maxium number of students allowed in this slot:
    +

Maximum number of students allowed in this slot:
    @@ -122,7 +124,7 @@ -

Period of time in which this slot is can only be uniquely chosen:
   Start: +

Period of time when this slot can only be uniquely chosen:
   Start: @@ -157,6 +159,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:
    @@ -171,6 +187,8 @@

Slot is: + + usable for any resource. restricted to a specific resource. @@ -180,6 +198,7 @@ return 'any'; +

IP restrictions:
    @@ -209,27 +228,18 @@ - + - FINISH + + $helper->{'VARS'}{'useproctor'} eq 'no' + RESTRICTUSER + - - $helper->{'VARS'}{'type'} eq 'schedulable_student' - RESTRICTUSER - - - - No proctor checkin required for access. - Require proctored access. - - my $default=&{$helper->{DATA}{origslot}}('proctor'); - if ($default) { return 'yes'; } - return 'no'; - - + RESTRICTUSER + activeonly="1" emptyallowed="0"> my @defaults; my $default=&{$helper->{DATA}{origslot}}('proctor'); @@ -242,7 +252,13 @@ - + + + $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.