Diff for /loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex between versions 1.3 and 1.4

version 1.3, 2011/05/17 03:26:04 version 1.4, 2011/05/23 20:31:32
Line 1 Line 1
 \label{Domain_Configuration_Request_Courses}  \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.  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.  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.  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.
   
Line 16  The course request settings for each cou Line 18  The course request settings for each cou
   
 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.  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.
   

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>