--- loncom/html/adm/helper/newslot.helper 2006/05/09 19:06:07 1.16
+++ 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,22 +228,22 @@
-
+
- FINISH
+
+ $helper->{'VARS'}{'useproctor'} eq 'no'
+ RESTRICTUSER
+
-
- $helper->{'VARS'}{'type'} eq 'schedulable_student'
- RESTRICTUSER
-
+ RESTRICTUSER
+ activeonly="1" emptyallowed="0">
my @defaults;
my $default=&{$helper->{DATA}{origslot}}('proctor');
if ($default) {
- $default=~ tr/@/:/;
@defaults=(split(',',$default));
}
return @defaults;
@@ -233,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.
@@ -288,7 +313,8 @@
$helper->{'VARS'}{'endunique'}];
}
- if ( $helper->{'VARS'}{'proctor'} =~/\S/ ) {
+ if ( $helper->{'VARS'}{'useproctor'} eq 'yes'
+ && $helper->{'VARS'}{'proctor'} =~/\S/ ) {
my @names;
# just need the username/domain throw away the other data
# that returns