[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Domain_Configuration_Request_Courses.tex

raeburn raeburn@source.lon-capa.org
Mon, 23 May 2011 20:31:32 -0000


raeburn		Mon May 23 20:31:32 2011 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Domain_Configuration_Request_Courses.tex 
  Log:
  - Fix typo
  - Information about "With validation" option for course requests (usually for
    official courses).
  
  
Index: loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex
diff -u loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex:1.3 loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex:1.4
--- loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex:1.3	Tue May 17 03:26:04 2011
+++ loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex	Mon May 23 20:31:32 2011
@@ -1,12 +1,14 @@
 \label{Domain_Configuration_Request_Courses}
 
-A domain configuration can be used to determine which users in the domain may request creation of: (a) official courses, (b) unofficial courses, or (c) communities, within the domain. 
+A domain configuration can be used to determine which users in the domain may request creation of: (a) official courses, (b) unofficial courses, or (c) communities, within the domain.
 
 The default is for no course or community requests by any domain users.
 
 Communities are similar to courses except the Coordinator may only browse areas of the shared LON-CAPA repository for which he/she has an author or co-author role.
 
-Course/Community requests may be set to be processed automatically, queued for approval by a Domain Coordinator, or (for official courses) validated against institutional instructor of record data.
+Course/Community requests may be set to be processed automatically, queued for approval by a Domain Coordinator, or (for official courses, for example) validated against institutional instructor of record data.  The ``With validation'' option is only displayed if the crsreq_checks() subroutine in localenroll.pm has been customized to indicate that a particular course type/institutional affiliation can be validated. 
+
+The crsreq_checks() routine is closely tied to validate_crsreq(). ``With validation'' should not be a possible choice in the domain configuration menu for a particular course type/institutional affiliation, unless corresponding validation code has been implemented in validate_crsreq().
 
 LON-CAPA can be configured to send messages to Domain Coordinators to notify them when a course has been requested and queued pending approval. Recipients of such messages are selected from users with an active Domain Coordinator role for the domain.  These same users will also receive messages when a course request has been approved by a Domain Coordinator.
 
@@ -16,5 +18,5 @@
 
 The ``default'' settings which apply to a particular user based on domain configuration, may be overridden for that specific user, by a Domain Coordinator in the user's domain. The ``Add/Modify a User'' page for a user includes a section where custom settings can be selected for requests for creation of Courses/Communities in the domain.
 
-Lastly, an individual user may still be able to request courses or communitis, even if settings preclude that in the user's home domain.  Domain Coordinators displaying the ``Add/Modify a User'' page for an existing user from a different domain will see a section where custom settings can be selected to allow requests for creation of Courses/Communities in the domain for which Domain Coordination is being carried out.
+Lastly, an individual user may still be able to request courses or communities, even if settings preclude that in the user's home domain.  Domain Coordinators displaying the ``Add/Modify a User'' page for an existing user from a different domain will see a section where custom settings can be selected to allow requests for creation of Courses/Communities in the domain for which Domain Coordination is being carried out.