Diff for /loncom/html/adm/help/tex/Slot_CommaDelimited.tex between versions 1.4.2.4 and 1.5

version 1.4.2.4, 2021/03/09 21:51:22 version 1.5, 2021/01/18 02:49:03
Line 1 Line 1
 \label{Slot_CommaDelimited}\index{slot attributes file}  \label{Slot_CommaDelimited}
       
 If you will be creating several slots you may prefer to create them by uploading a comma separated value (CSV) file containing slot configuration information with one line of data per slot. 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 Text (CSV) file.  If you use a text editor directly to create the file, you should use double quotes around any values which themselves contain a comma (e.g., list of proctor ids).   If you will be creating several slots you may prefer to create them by uploading a comma separated value (CSV) file containing slot configuration information with one line of data per slot. 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 Text (CSV) file.  If you use a text editor directly to create the file, you should use double quotes around any values which themselves contain a comma (e.g., lit of proctor ids). 
       
 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.  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.
   
Line 14  Once uploaded, you will be prompted to i Line 14  Once uploaded, you will be prompted to i
 \item Reservation End Time  \item Reservation End Time
 \item Message when reservation changed  \item Message when reservation changed
 \item IP or DNS restriction  \item IP or DNS restriction
   \item Unique IP each student
 \item List of proctor ids  \item List of proctor ids
 \item Slot Description  \item Slot Description
 \item Maximum number of reservations  \item Maximum number of reservations
 \item Resource Restriction  \item Resource(s)/Map(s) Restriction
 \item Date range of slot exclusion  \item Date range of slot exclusion
 \item Secret word proctor uses to validate  \item Secret word proctor uses to validate
 \item Sections slot is restricted to  \item Sections slot is restricted to
Line 34  Format restrictions for the required fie Line 35  Format restrictions for the required fie
 \end{itemize}  \end{itemize}
 End Time must be later than Start time. If no Reservation Start Time is specified, the slot can be reserved after the open date.  If no Reservation End Time is specified, the slot can be reserved up until the slot start time.\\\\  End Time must be later than Start time. If no Reservation Start Time is specified, the slot can be reserved after the open date.  If no Reservation End Time is specified, the slot can be reserved up until the slot start time.\\\\
   
 Format requirements for the optional fields are as follows:  Format requirements for the optional fields are as follows: 
 \begin{itemize}  \begin{itemize}
 \item ``Message when reservation changed'' can be: only\_student, student\_and\_user\_notes\_screen or none.  \item ``Message when reservation changed'' can be: only\_student, student\_and\_user\_notes_screen or none.
 \item ``IP or DNS restriction'' is a comma-separated list of allowed IP addresses or hostnames.  Individual IP/DNS items can have one of the following formats:  \item ``IP or DNS restriction'' is a comma-separated list.  If a particular IP restriction is: deny access from, prepend ! to the item.  Individual IP/DNS items can have one of the following formats:
 \begin{enumerate}  \begin{enumerate}
 \item a range, e.g, 35.8.3.[34-56]  \item a range, e.g, 35.8.3.[34-56]
 \item partial IP with wildcard, e.g., 35.8.*  \item partial IP with wildcard, e.g., 35.8.*
Line 48  Format requirements for the optional fie Line 49  Format requirements for the optional fie
 \item ``Unique IP each student'' can be yes  \item ``Unique IP each student'' can be yes
 \item ``List of proctor ids'' is a comma separated list of username:domain for users who will proctor.  \item ``List of proctor ids'' is a comma separated list of username:domain for users who will proctor.
 \item ``Maximum number of reservations'' is a positive integer   \item ``Maximum number of reservations'' is a positive integer 
 \item ``Resource Restriction'' is the unique resource identifier (also known as a `symb').  A list of unique identifiers in a course is available from: Course Editor $>$ Content Utilities $>$ List Resource Identifiers.  \item ``Resource(s)/Map(s) Restriction'' is a comma separated list of unique resource identifiers (aka `symbs'). If the symb is for a map (i.e., .sequence or .page) then all resources in that map may use the slot.
 \item ``Date range of slot exclusion'' contains two dates separated by a comma.  The second date/time must post-date the first date/time. Permitted formats for each date/time are the same as for the four time fields.  \item ``Date range of slot exclusion'' contains two dates separated by a comma.  The second date/time must post-date the first date/time. Permitted formats for each date/time are the same as for the four time fields.
 \item ``Sections slot is restricted to'' is a comma separated list of course sections  \item ``Sections slot is restricted to'' is a comma separated list of course sections
 \item ``Users slot is restricted to'' is a comma separated list of users (each user is in the format username:domain)  \item ``Users slot is restricted to'' is a comma separated list of users (each user is in the format username:domain)

Removed from v.1.4.2.4  
changed lines
  Added in v.1.5


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