[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /html/adm/help/tex Slot_CommaDelimited.tex

raeburn raeburn at source.lon-capa.org
Mon Jan 18 11:17:20 EST 2021


raeburn		Mon Jan 18 16:17:20 2021 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/html/adm/help/tex	Slot_CommaDelimited.tex 
  Log:
  - For 2.11
    Backport 1.5, 1.6
  
  
Index: loncom/html/adm/help/tex/Slot_CommaDelimited.tex
diff -u loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.4.2.1 loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.4.2.2
--- loncom/html/adm/help/tex/Slot_CommaDelimited.tex:1.4.2.1	Mon Jan 18 01:09:41 2021
+++ loncom/html/adm/help/tex/Slot_CommaDelimited.tex	Mon Jan 18 16:17:20 2021
@@ -1,6 +1,6 @@
 \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., lit 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., list 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.
 
@@ -24,19 +24,19 @@
 \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.\\
+The following fields: ``Slot name'', ``Type of slot'', ``Start Time of slot'' and ``End Time of slot'' are required.\\\\
 
-\\Format restrictions for the required fields are as follows:
+Format restrictions for the required fields are as follows:
 \begin{itemize}
 \item A Slot name may only contain letters, numbers and underscores.
 \item The Type of slot must be either preassigned or schedulable\_student.
 \item The four Time fields: Start Time, End Time, Reservation Start Time, Reservation End Time permit a variety of formats (for example: YYYYMMDDHHMMSS and MM/DD/YYYY HH:MM:SS)
 \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}
-\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:
 \begin{enumerate}
 \item a range, e.g, 35.8.3.[34-56]
@@ -48,7 +48,7 @@
 \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 ``Maximum number of reservations'' is a positive integer 
-\item ``Resource Restriction'' is the unique resource identifier (aka `symb').
+\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 ``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 ``Users slot is restricted to'' is a comma separated list of users (each user is in the format username:domain)




More information about the LON-CAPA-cvs mailing list