File:  [LON-CAPA] / loncom / html / adm / help / tex / Domain_Configuration_Auto_Creation.tex
Revision 1.1: download - view: text, annotated - select for diffs
Fri May 21 12:15:10 2010 UTC (14 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, HEAD, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
- Documentation for Domain Config: Auto Course Creation and Course/Community Requests.

\label{Domain_Configuration_Auto_Creation}
An entry is included in the loncapa file in /etc/cron.d which will
automatically run the Autocreate.pl script (by default at 2.30 am local time) on LON-CAPA library servers.  The behavior of the script is controlled by the Auto-course creation settings set for a domain.

The script can create pending courses from two locations:

\begin{itemize}
\item Pending requests (XML format) from any pre-LON-CAPA version 2.9 custom web forms created at your institution 

This may not apply for your domain.
Course descriptions in XML form (located in /home/httpd/perl/tmp/addcourse/\$dom/auto/pending), which are typically when an institution has created its own online course request form which faculty use to request courses.  Prior to LON-CAPA version 2.9, this was the only way to automate course creation.

The format of the XML used in the course description files is the same as used for batch files of course requests which can be uploaded by a Domain Coordinator. (See: \ref{Batch_Creation} Batch Creation).

\item Queued course requests for official courses, pending validation

If you have established a conduit to an institutional data source which permits validation of instructor of record status, then you can configure the LON-CAPA course course request form to require instructor validation for official courses. If an instructor requests creation of a course for which he/she is not currently listed as an instructor of record, the request will be queued.  The Autocreate.pl script can check each queued request to see if the status of the requestor has changed.

If the requestor is now validated as an instructor of record, the course request will be processed.   

\end{itemize}

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