--- rat/client/parameter.html 2003/04/18 20:21:38 1.21
+++ rat/client/parameter.html 2003/07/10 08:34:43 1.25
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.21 2003/04/18 20:21:38 www Exp $
+// $Id: parameter.html,v 1.25 2003/07/10 08:34:43 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -304,6 +304,11 @@ function stringeval() {
draw();
}
+function radiostringeval(newval) {
+ svalue=newval;
+ draw();
+}
+
function intervaldis() {
csecs=svalue;
cdays=Math.floor(csecs/86400);
@@ -323,10 +328,10 @@ function pickcolor(picked) {
function colorfield(ir,ig,ib) {
var col=new Array;
- col=["00","11","22","33","44","55","66","77","88","99","AA","BB","CC","DD","EE","FF"];
+ col=["00","11","22","44","66","88","AA","CC","DD","EE","FF"];
var color='#'+col[ir]+col[ig]+col[ib];
- var selection=" ";
- if (color==svalue) { selection="X"; }
+ var selection="X ";
+ if (color==svalue) { selection="X "; }
choicewrite('
'+selection+' ');
@@ -420,10 +425,10 @@ function draw() {
choicewrite('');
} else {
if (pscat=='start') {
- tablestart('Starting or opening date and time');
+ tablestart('Date and time');
}
if (pscat=='end') {
- tablestart('Ending or closing date and time');
+ tablestart('Date and time');
}
if (pscat=='interval') {
tablestart('Time interval');
@@ -520,12 +525,74 @@ function draw() {
tablestart('Default value or none');
choicewrite('');
} else {
- if (pscat=='any') {
+ if ((pscat=='any') || (pscat=='') || (typeof(pscat)=='undefined')) {
tablestart('Text');
+ choicewrite('Value: ');
+ choicewrite(' ');
+ }
+ if (pscat=='yesno') {
+ tablestart('Yes/No');
+ choicewrite(' Value: ');
+ choicewrite(' Yes ');
+ choicewrite(' No ');
+ }
+ if (pscat=='examtype') {
+ tablestart('Exam Type');
+ choicewrite(' Value: ');
+ choicewrite(' Online ');
+ choicewrite(' Check out ');
+ }
+ if (pscat=='questiontype') {
+ tablestart('Question Type');
+ choicewrite(' Value: ');
+ choicewrite(' Standard Problem ');
+ choicewrite(' Quiz ');
+ choicewrite(' Exam ');
+ choicewrite(' Assessment ');
+ choicewrite(' Survey ');
+ choicewrite(' Input Form ');
+ choicewrite(' Library ');
+ }
+ if (pscat=='ip') {
+ tablestart('IP Number/Name');
+ choicewrite(' Value: ');
+ choicewrite(' ');
}
- choicewrite(' Value: ');
- choicewrite(' ');
choicewrite(' ');
}
}
@@ -534,13 +601,13 @@ function draw() {
tablestart('Choose a Color');
choicewrite('');
if (svalue) {
- choicewrite('Current choice: ');
+ choicewrite('Current choice: ');
}
- for (var ir=1; ir<=15; ir++) {
- for (var ig=1; ig<=15; ig++) {
+ for (var ir=0; ir<=10; ir++) {
+ for (var ig=0; ig<=10; ig++) {
choicewrite('');
- for (var ib=1; ib<=15; ib++) {
+ for (var ib=0; ib<=10; ib++) {
colorfield(ir,ig,ib);
}
choicewrite(' ');
@@ -720,6 +787,11 @@ function init() {
sopt('string','String Value');
}
+ if (ptype=='color') {
+ sopt('default','Use Default Color');
+ sopt('custom','Use Custom Color');
+ }
+
selwrite('');
selwrite('