'
@@ -764,7 +667,7 @@ function draw() {
}
if (ptype=='string') {
- if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
+ if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
(typeof(pscat)=='undefined')) {
tablestart('Text');
choicewrite('
Value:
');
@@ -833,7 +736,7 @@ function draw() {
choicewrite(' ');
+ choicewrite(' /> Bubblesheet Exam ');
// choicewrite(' ');
}
if (pscat=='ip') {
- var currallow = new Array;
- var currdeny = new Array;
- if ((svalue != '') && (svalue != null)) {
- var patternComma = /,/;
- var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/;
- var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/;
- var current = new Array;
- if (patternComma.test(svalue)) {
- current = svalue.split(',');
- } else {
- current = [svalue];
- }
- for (var i=0; i
Allow from
Deny from
');
- var acctypes = ['allow','deny'];
- for (var i=0; i'+
- '
'+
- '
');
- for (var j=0; j');
- choicewrite('Remove');
- choicewrite('
');
+ choicewrite('');
}
if (pscat=='fileext') {
tablestart('Allowed File Extensions');
@@ -975,15 +837,15 @@ function draw() {
choicewrite(' ');
+ choicewrite(' /> Yes, and the scope of student selected slot is a single resource. ');
choicewrite(' ');
+ choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource. ');
choicewrite(' ');
+ choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in. ');
choicewrite('
');
}
}
@@ -1075,10 +937,9 @@ function assemble() {
function init() {
var i;
var subs=new Array();
- var doneRegExp = /_done(|\:[^\:]+\:)/;
- var doneproctorRegExp = /_done(|\:[^\:]+\:)_proctor/;
+ var doneRegExp = /_done/;
+ var doneproctorRegExp = /_done_proctor/;
var proctorkeyRegExp = /^(\d+)_(.+)$/;
- var donetextRegExp = /\:([^\:]+)\:/;
var namevalue=this.window.location.search.split('&');
namevalue[0]=namevalue[0].substr(1,namevalue[0].length-1);
@@ -1110,41 +971,21 @@ function init() {
if (ptype=='date' && pscat == 'interval') {
if (doneproctorRegExp.test(pvalue)) {
- var current = pvalue.match(doneproctorRegExp);
- if (current.length == 2) {
- var textstr = current[1];
- if (textstr != '') {
- var textvals = textstr.match(donetextRegExp);
- if (textvals.length == 2) {
- pextravaltwo = textvals[1];
- }
- }
- }
+ pmodval = pvalue.match(doneproctorRegExp);
var intervalwithkey = pvalue.replace(doneproctorRegExp,'');
if (proctorkeyRegExp.test(intervalwithkey)) {
var currvals = intervalwithkey.match(proctorkeyRegExp);
if (currvals.length == 3) {
pvalue = currvals[1];
pextraval = currvals[2];
- pmodval = '_done_proctor';
} else {
pmodval = '';
}
}
} else {
if (doneRegExp.test(pvalue)) {
- var current = pvalue.match(doneRegExp);
- if (current.length == 2) {
- var textstr = current[1];
- if (textstr != '') {
- var textvals = textstr.match(donetextRegExp);
- if (textvals.length == 2) {
- pextravaltwo = textvals[1];
- }
- }
- }
var pnumval = pvalue.replace(doneRegExp,'');
- pmodval = '_done';
+ pmodval = pvalue.match(doneRegExp);
pvalue = pnumval;
}
}
@@ -1302,7 +1143,7 @@ function init() {
selwrite('