Annotation of loncom/html/adm/help/tex/Domain_Configuration_Request_Courses.tex, revision 1.5

1.1       raeburn     1: \label{Domain_Configuration_Request_Courses}
                      2: 
1.4       raeburn     3: 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.
1.1       raeburn     4: 
                      5: The default is for no course or community requests by any domain users.
                      6: 
                      7: 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.
                      8: 
1.5     ! raeburn     9: 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. 
1.4       raeburn    10: 
1.5     ! raeburn    11: 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().
1.1       raeburn    12: 
1.2       raeburn    13: 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.
                     14: 
1.3       raeburn    15: LON-CAPA messages are sent to course requestors when a queued course is approved, or an official course which had been queued pending validation of instructor status, is created when validation occurs.  
1.2       raeburn    16: 
                     17: The course request settings for each course type may be different for the various affiliations defined for the institution (e.g.,  Faculty, Staff etc.).  In addition, settings may be defined for users with ``advanced'' roles in LON-CAPA (i.e., users with author, co-author, coordinator, instructor or administrator roles) which will override the course request settings based on affiliation.
1.1       raeburn    18: 
1.2       raeburn    19: 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.
                     20: 
1.4       raeburn    21: 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.
1.1       raeburn    22: 

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