--- loncom/html/adm/helper/newslot.helper 2006/05/09 19:07:17 1.17
+++ loncom/html/adm/helper/newslot.helper 2007/04/06 20:43:33 1.23
@@ -1,5 +1,6 @@
-
+
OPTIONAL
@@ -30,7 +31,7 @@
}
- Name:
+
Name:
@@ -84,7 +85,8 @@
-
+
Description:
@@ -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,17 +228,18 @@
-
+
- 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');
@@ -232,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.
@@ -287,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