--- rat/client/parameter.html 2010/02/28 23:48:10 1.57
+++ rat/client/parameter.html 2017/06/21 19:55:03 1.71.4.1
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.57 2010/02/28 23:48:10 raeburn Exp $
+// $Id: parameter.html,v 1.71.4.1 2017/06/21 19:55:03 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -39,10 +39,14 @@ Parameter Input Window
var ptype='';
var pvalue='';
+var pmodval='';
+var pextraval='';
+var pextravaltwo='';
var preturn='';
var pcode='';
var pscat='';
var pmarker='';
+var pmodal='';
var pname='';
var defhour=0;
@@ -70,9 +74,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 +577,54 @@ function draw() {
tablestart('Date and time');
}
if (pscat=='interval') {
+ var proctorkeytype = 'hidden';
+ var donebuttontext = 'none';
+ if (pmodval == '_done_proctor') {
+ proctorkeytype = 'text';
+ donebuttontext = 'block';
+ }
+ if (pmodval == '_done') {
+ donebuttontext = 'block';
+ }
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(' '+
+ ''+
+ ' '+
+ 'Button text:'+
+ ' ');
+ choicewrite(' |
');
+ } else {
choicewrite(''
+cdate.toString()+
' |
Date: | ');
@@ -648,12 +799,47 @@ function draw() {
' type="radio" '+callradiostringeval('anonsurveycred'));
if (svalue=='anonsurveycred') { choicewrite(' checked="checked"'); }
choicewrite('> Anonymous Survey (credit for submission) ');
-
+ choicewrite(' ');
choicewrite(' ');
}
+ if (pscat=='lenient') {
+ tablestart('Lenient Grading (Partial Credit)');
+ choicewrite(' |
Value: | ');
+ choicewrite(' ');
+ choicewrite(' ');
+ choicewrite(' ');
+ }
+ if (pscat=='discussvote') {
+ tablestart('Discussion Voting');
+ choicewrite(' |
Value: | ');
+ choicewrite(' ');
+ choicewrite(' ');
+ choicewrite(' ');
+ }
if (pscat=='ip') {
tablestart('IP Number/Name');
choicewrite(' |
Value: | ');
@@ -671,8 +857,9 @@ function draw() {
' type="radio" '+callradiostringeval('png,jpg,jpeg,gif'));
if (svalue=='png,jpg,jpeg,gif') { choicewrite(' checked="checked"'); }
choicewrite(' /> Picture File ');
- choicewrite(' ');
choicewrite('');
+ selwrite('');
selwrite('');
+ selwrite('');
+ selwrite('LON-CAPA');
selwrite('');
selwrite('');
- selwrite(' |