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, 7 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.

    1: 	 \label{Slot_CommaDelimited}
    2: 	 
    3: 	 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.
    4: 	 
    5: 	 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.
    6: 
    7: Once uploaded, you will be prompted to identify the contents of each column in your CSV data. The following fields are supported:
    8: \begin{itemize}
    9: \item Slot name
   10: \item Type of slot
   11: \item Start Time of slot
   12: \item End Time of slot
   13: \item Reservation Start Time
   14: \item Reservation End Time
   15: \item Message when reservation changed
   16: \item IP or DNS restriction
   17: \item Unique IP each student
   18: \item List of proctor ids
   19: \item Slot Description
   20: \item Maximum number of reservations
   21: \item Resource(s)/Map(s) Restriction
   22: \item Date range of slot exclusion
   23: \item Secret word proctor uses to validate
   24: \item Sections slot is restricted to
   25: \item Users slot is restricted to
   26: \end{itemize}
   27: 
   28: The following fields: ``Slot name'', ``Type of slot'', ``Start Time of slot'' and ``End Time of slot'' are required.
   29: 
   30: A Slot name may only contain letters, numbers and underscores.
   31: The Type of slot must be either preassigned or schedulable\_student.
   32: The four Time fields:  Start Time, End Time, Reservation Start Time, Reservation End Time permit a variety of formats.
   33: For example, the following formats are permitted: `YYYYMMDDHHMMSS'' and ``MM/DD/YYYY HH:MM:SS''

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