File:  [LON-CAPA] / loncom / html / adm / help / tex / Slot_CommaDelimited.tex
Revision 1.3: download - view: text, annotated - select for diffs
Mon Jan 16 23:16:39 2017 UTC (7 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, HEAD
- Typo.

	 \label{Slot_CommaDelimited}
	 
	 Another way of entering slot information is by uploading a comma separated (CSV) file. An easy way to create this type of file is to use a spreadsheet application such as Microsoft Excel, and save the file as a comma separated value (CSV) file.
	 
	 To upload a file press the \textbf{Upload Slot List} button on top of the page. On the first page, select the file with the slot data to upload by pressing the \textbf{Browse button}. There is an option to ignore the first line. This is useful when the first line of your comma delimited file consists of headers for each field. You can also upload space and tab delimited file by changing the type combo box. Press \textbf{Upload} to upload the file.

Once uploaded, you will be prompted to identify the contents of each column in your CSV data. The following fields are supported:
\begin{itemize}
\item Slot name
\item Type of slot
\item Start Time of slot
\item End Time of slot
\item Reservation Start Time
\item Reservation End Time
\item Message when reservation changed
\item IP or DNS restriction
\item Unique IP each student
\item List of proctor ids
\item Slot Description
\item Maximum number of reservations
\item Resource(s)/Map(s) Restriction
\item Date range of slot exclusion
\item Secret word proctor uses to validate
\item Sections slot is restricted to
\item Users slot is restricted to
\end{itemize}

The following fields: ``Slot name'', ``Type of slot'', ``Start Time of slot'' and ``End Time of slot'' are required.

A Slot name may only contain letters, numbers and underscores.
The Type of slot must be either preassigned or schedulable\_student.
The four Time fields:  Start Time, End Time, Reservation Start Time, Reservation End Time permit a variety of formats.
For example, the following formats are permitted: `YYYYMMDDHHMMSS'' and ``MM/DD/YYYY HH:MM:SS''

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