[LON-CAPA-cvs] cvs: rat /client parameter.html

raeburn raeburn at source.lon-capa.org
Wed Jun 3 08:38:01 EDT 2020


raeburn		Wed Jun  3 12:38:01 2020 EDT

  Modified files:              
    /rat/client	parameter.html 
  Log:
  - useslots can be for student-selected slot or instructor assigned slot.
  
  
Index: rat/client/parameter.html
diff -u rat/client/parameter.html:1.81 rat/client/parameter.html:1.82
--- rat/client/parameter.html:1.81	Wed Feb 13 19:19:49 2019
+++ rat/client/parameter.html	Wed Jun  3 12:38:01 2020
@@ -5,7 +5,7 @@
 The LearningOnline Network with CAPA
 Parameter Input Window
 //
-// $Id: parameter.html,v 1.81 2019/02/13 19:19:49 raeburn Exp $
+// $Id: parameter.html,v 1.82 2020/06/03 12:38:01 raeburn Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -1111,15 +1111,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>');
        }
        if (pscat=='deeplink') {




More information about the LON-CAPA-cvs mailing list