|
You can create a student list from scratch, or you can create a text file from an existing application, such as a spreadsheet program. For example, if a class list already exists in a spreadsheet program, you can add the whole class from this file, instead of entering the information for each student into WebCT. The text file must be formatted according to the following rules:
The column names and items in each record must be separated by a field separator (delimiter), which can be either a comma, a space or a tab. The first line contains the column names. The rest of the lines contain the student records. The student record fields must be listed in the order imposed by the first line. For example, a data file might look like this:
If you want to leave a particular field blank for one student, just omit the data and type a comma to end the field. For example, to omit a first name for a record, type:
Note: The User ID field must always be present when uploading a file, since this ID uniquely identifies each student record. Save the file with a .txt extension. Note: Filenames can contain any of the following characters: a z, A Z, 0 9, _, &, ( ), , ., and ~ . The tilde (~) cannot be used as the first character in the filename.
|