[LON-CAPA-cvs] cvs: rat(version_2_11_X) /client parameter.html
raeburn
raeburn at source.lon-capa.org
Thu Sep 3 14:05:53 EDT 2020
raeburn Thu Sep 3 18:05:53 2020 EDT
Modified files: (Branch: version_2_11_X)
/rat/client parameter.html
Log:
- For 2.11
Backport 1.82, 1.83.
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.64.2.3 rat/client/parameter.html:1.64.2.4
--- rat/client/parameter.html:1.64.2.3 Fri Aug 5 17:39:45 2016
+++ rat/client/parameter.html Thu Sep 3 18:05:53 2020
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.64.2.3 2016/08/05 17:39:45 raeburn Exp $
+// $Id: parameter.html,v 1.64.2.4 2020/09/03 18:05:53 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -571,7 +571,7 @@
}
if (ptype=='string') {
- if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
+ if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
(typeof(pscat)=='undefined')) {
tablestart('Text');
choicewrite('<tr><td>Value:</td><td colspan="2">');
@@ -741,15 +741,15 @@
choicewrite('<label><input name="stringval" value="resource"'+
' type="radio" '+callradiostringeval('resource'));
if (svalue=='resource') { choicewrite(' checked="checked"'); }
- choicewrite(' /> Yes, and the scope of student selected slot is a single resource.</label><br />');
+ choicewrite(' /> Yes, and the scope of the slot is a single resource.</label><br />');
choicewrite('<label><input name="stringval" value="map"'+
' type="radio" '+callradiostringeval('map'));
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.</label><br />');
+ choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, it applies to only one resource.</label><br />');
choicewrite('<label><input name="stringval" value="map_map"'+
' type="radio" '+callradiostringeval('map_map'));
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.</label><br />');
+ choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.</label><br />');
choicewrite('</td></tr></table>');
}
}
@@ -1019,7 +1019,7 @@
selwrite('</body></html>');
this.window.selector.document.close();
draw();
-
+
}
// ]]>
More information about the LON-CAPA-cvs
mailing list