--- rat/client/parameter.html 2006/05/12 01:20:18 1.38
+++ rat/client/parameter.html 2006/12/06 21:09:35 1.41
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.38 2006/05/12 01:20:18 albertel Exp $
+// $Id: parameter.html,v 1.41 2006/12/06 21:09:35 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -637,7 +637,11 @@ function draw() {
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('');
}
@@ -662,7 +666,7 @@ function draw() {
choicewrite('');
}
- choicewrite('');
+ choicewrite('');
choiceend();
}
@@ -682,7 +686,7 @@ function catchange() {
function assemble() {
if ((ptype=='date') && (pscat!='interval')) {
- svalue=Math.round(cdate.getTime()/1000);
+ svalue=Math.floor(cdate.getTime()/1000);
}
if (ptype=='tolerance') {
if (pscat=='relative_sym') {