--- rat/client/parameter.html 2007/10/17 00:27:19 1.47 +++ rat/client/parameter.html 2010/01/08 17:59:57 1.53 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.47 2007/10/17 00:27:19 albertel Exp $ +// $Id: parameter.html,v 1.53 2010/01/08 17:59:57 bisitz Exp $ // // Copyright Michigan State University Board of Trustees // @@ -81,15 +81,15 @@ function choicewrite(text) { } function tablestart(headtext) { - choicewrite('
'+ + choicewrite(''); } function valline(text,id1,id2) { - choicewrite(''); + choicewrite(''); } function escapeHTML(text) { @@ -116,7 +116,7 @@ function datecalc() { function hour() { var thishour=cdate.getHours(); var i; var j; - choicewrite(''); for (i=0;i<=23;i++) { choicewrite('
'+ headtext+'
'+text+ - 'incl:
'+text+ + 'incl:
'); + choicewrite('
'); intervaldis(); - choicewrite('
Time:' - +''); + choicewrite('
Time:' + +''); intday();choicewrite('days '); inthour();choicewrite('hours '); intminute(); choicewrite('mins '); intsecond(); choicewrite('secs
'); } else { - choicewrite('
' + choicewrite('
' +cdate.toString()+ - '
Date:'); + '
Date:'); month();date();year(); - choicewrite('
Time:' - +'');hour();choicewrite('h ');minute(); + choicewrite('
Time:' + +'');hour();choicewrite('h ');minute(); choicewrite('m ');second(); choicewrite('s
'); } @@ -479,12 +479,12 @@ function draw() { } else { if (pscat=='range') { tablestart('Integer range'); - choicewrite('Lower Value:'+ - ''); - choicewrite('Upper Value:'+ - ''); + choicewrite('Lower Value:'+ + ''); + choicewrite('Upper Value:'+ + ''); var range=new Array; if ((svalue!='') && (typeof(svalue)!="undefined")) { range=svalue.split(','); @@ -507,9 +507,9 @@ function draw() { if (pscat=='any') { tablestart('Integer'); } - choicewrite('Value:'); - choicewrite(''); + choicewrite('Value:'); + choicewrite(''); choicewrite(''); } } @@ -529,9 +529,9 @@ function draw() { if (pscat=='any') { tablestart('Floating point number'); } - choicewrite('Value:'); - choicewrite(''); + choicewrite('Value:'); + choicewrite(''); choicewrite(''); } } @@ -540,129 +540,133 @@ function draw() { if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite(''); + '" type="text" onchange="parent.stringeval()" />'); } if (pscat=='yesno') { tablestart('Yes/No'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='yes') { choicewrite(' checked="checked"'); } + choicewrite(' /> Yes
'); choicewrite('
'); + if (svalue=='no') { choicewrite(' checked="checked"'); } + choicewrite(' /> No
'); } if (pscat=='problemstatus') { tablestart('Problem Status'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='yes') { choicewrite(' checked="checked"'); } + choicewrite(' /> Yes
'); + choicewrite('
'); choicewrite('
'); + if (svalue=='no') { choicewrite(' checked="checked"'); } + choicewrite(' /> No, don\'t show correct/incorrect feedback.
'); choicewrite('
'); + if (svalue=='no_feedback_ever') { choicewrite(' checked="checked"'); } + choicewrite(' /> No, show no feedback at all.
'); } if (pscat=='examtype') { tablestart('Exam Type'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='online') { choicewrite(' checked="checked"'); } + choicewrite(' /> Online
'); choicewrite('
'); + if (svalue=='checkout') { choicewrite(' checked="checked"'); } + choicewrite(' /> Check out
'); } if (pscat=='questiontype') { tablestart('Question Type'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='problem') { choicewrite(' checked="checked"'); } + choicewrite(' /> Standard Problem
'); // choicewrite('
'); +// if (svalue=='quiz') { choicewrite(' checked="checked"'); } +// choicewrite(' /> Quiz
'); choicewrite('
'); + if (svalue=='practice') { choicewrite(' checked="checked"'); } + choicewrite(' /> Practice
'); choicewrite('
'); + if (svalue=='exam') { choicewrite(' checked="checked"'); } + choicewrite(' /> Exam
'); // choicewrite('
'); +// if (svalue=='assess') { choicewrite(' checked="checked"'); } +// choicewrite(' /> Assessment
'); choicewrite('
'); + if (svalue=='survey') { choicewrite(' checked="checked"'); } + choicewrite(' /> Survey
'); // choicewrite('
'); choicewrite('
'); + if (svalue=='library') { choicewrite(' checked="checked"'); } + choicewrite(' /> Library
'); } if (pscat=='ip') { tablestart('IP Number/Name'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite(''); + '" onchange="parent.stringeval()" />'); } if (pscat=='fileext') { tablestart('Allowed File Extensions'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='txt') { choicewrite(' checked="checked"'); } + choicewrite(' /> Plain Text
'); choicewrite('
'); + if (svalue=='png,jpg,jpeg,gif') { choicewrite(' checked="checked"'); } + choicewrite(' /> Picture File
'); choicewrite('
'); + if (svalue=='doc,xls,ppt') { choicewrite(' checked="checked"'); } + choicewrite(' /> Office Document
'); choicewrite(''); + '" onchange="parent.stringeval()" />'); } if (pscat=='useslots') { tablestart('Slots control access'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('
'); + if (svalue=='no') { choicewrite(' checked="checked"'); } + choicewrite(' /> No
'); choicewrite('
'); + if (svalue=='resource') { choicewrite(' checked="checked"'); } + choicewrite(' /> Yes, and the scope of student selected slot is a single resource.
'); choicewrite('
'); + if (svalue=='map') { choicewrite(' checked="checked"'); } + choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource.
'); choicewrite('
'); + if (svalue=='map_map') { choicewrite(' checked="checked"'); } + 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(''); } } @@ -805,8 +809,8 @@ function init() { this.window.selector.document.clear(); selwrite(''); - selwrite('
'+pname+'
'); - selwrite(''); if (ptype=='tolerance') { sopt('default','Default'); @@ -817,11 +821,14 @@ function init() { } if (ptype=='date') { - sopt('default','Default'); - sopt('start','Starting Date'); - sopt('end','Ending Date'); - sopt('interval','Time Interval'); - + if (pscat != 'interval') { + sopt('default','Default'); + sopt('start','Starting Date'); + sopt('end','Ending Date'); + } else { + sopt('interval','Time Interval'); + } + if ((pvalue!='') && (typeof(pvalue)!="undefined")) { cdate.setTime(pvalue*1000); } else { @@ -939,8 +946,8 @@ function init() { - - + +