--- rat/client/parameter.html 2011/10/08 19:03:11 1.60
+++ rat/client/parameter.html 2016/03/15 14:25:41 1.70
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.60 2011/10/08 19:03:11 raeburn Exp $
+// $Id: parameter.html,v 1.70 2016/03/15 14:25:41 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -39,10 +39,13 @@ Parameter Input Window
var ptype='';
var pvalue='';
+var pmodval='';
+var pextraval='';
var preturn='';
var pcode='';
var pscat='';
var pmarker='';
+var pmodal='';
var pname='';
var defhour=0;
@@ -70,9 +73,12 @@ function selwrite(text) {
}
function choicestart() {
- this.window.choices.document.clear();
- choicewrite('
');
+ this.window.choices.document.open();
+ choicewrite('');
+ choicewrite('');
choicewrite('');
+ choicewrite('');
if (ptype=='tolerance') {
// 0: pscat
@@ -464,16 +550,43 @@ function draw() {
tablestart('Date and time');
}
if (pscat=='interval') {
+ var proctorkeytype = 'hidden';
+ if (pmodval == '_done_proctor') {
+ proctorkeytype = 'text';
+ }
tablestart('Time interval');
- choicewrite('');
- intervaldis();
- choicewrite(' |
Time:'
- +' | ');
- intday();choicewrite('days ');
- inthour();choicewrite('hours ');
- intminute(); choicewrite('mins '); intsecond();
- choicewrite('secs |
');
- } else {
+ choicewrite( [
+ ''+intervaldis()+' |
',
+ 'Time: | ',
+ ''+intday()+' days ',
+ ''+inthour()+' hours',
+ ''+intminute()+' mins',
+ ''+intsecond()+' secs',
+ ' |
',
+ '',
+ '
',
+ ].join("\n"));
+ tablestart('Provide a "Done" button to students?');
+ choicewrite('Value: | ');
+ choicewrite(' ');
+ choicewrite(' ');
+ choicewrite(''+
+ '');
+ choicewrite(' ');
+ choicewrite(' |
');
+ } else {
choicewrite(''
+cdate.toString()+
' |
Date: | ');
@@ -623,7 +736,7 @@ function draw() {
choicewrite(' ');
+ choicewrite(' /> Bubblesheet Exam ');
// choicewrite(' ');
}
+ if (pscat=='discussvote') {
+ tablestart('Discussion Voting');
+ choicewrite(' |
Value: | ');
+ choicewrite(' ');
+ choicewrite(' ');
+ choicewrite(' ');
+ }
if (pscat=='ip') {
tablestart('IP Number/Name');
choicewrite(' |
Value: | ');
@@ -808,6 +937,9 @@ function assemble() {
function init() {
var i;
var subs=new Array();
+ var doneRegExp = /_done/;
+ var doneproctorRegExp = /_done_proctor/;
+ var proctorkeyRegExp = /^(\d+)_(.+)$/;
var namevalue=this.window.location.search.split('&');
namevalue[0]=namevalue[0].substr(1,namevalue[0].length-1);
@@ -829,6 +961,7 @@ function init() {
if (pair[0]=='call') { pcode=pair[1]; }
if (pair[0]=='marker') { pmarker=pair[1]; }
if (pair[0]=='name') { pname=pair[1]; }
+ if (pair[0]=='modal') { pmodal=pair[1]; }
if (pair[0]=='defhour' && pair[1] >= 0 && pair[1] < 24 ) {
defhour=pair[1];
}
@@ -836,6 +969,27 @@ function init() {
if (pair[0]=='defsec' && pair[1] >= 0 && pair[1] < 60) { defsec=pair[1]; }
}
+ if (ptype=='date' && pscat == 'interval') {
+ if (doneproctorRegExp.test(pvalue)) {
+ 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];
+ } else {
+ pmodval = '';
+ }
+ }
+ } else {
+ if (doneRegExp.test(pvalue)) {
+ var pnumval = pvalue.replace(doneRegExp,'');
+ pmodval = pvalue.match(doneRegExp);
+ pvalue = pnumval;
+ }
+ }
+ }
svalue=pvalue;
if (((ptype=='float') || (ptype=='string') || (ptype=='int')) &&
(pscat=='default') &&
@@ -856,9 +1010,12 @@ function init() {
}
}
- this.window.selector.document.clear();
- selwrite('');
+ this.window.selector.document.open();
+ selwrite('');
+ selwrite('');
selwrite('');
+ selwrite('');
+ selwrite('LON-CAPA');
selwrite('');
selwrite('');
- selwrite(' |