Changes between Version 63 and Version 64 of UserDoc
- Timestamp:
- 2010-08-09T07:52:36Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserDoc
v63 v64 199 199 ===== Adding Students via CSV file ===== 200 200 To add many students as once, you can create a CSV file in the following format: 201 202 Each line represents a new student, and the column order is the following: 203 {{{ 204 Username, Password, Student#, Email,First Name,Last Name 205 }}} 206 The username should be the same as the student number. 201 207 {{{ 202 208 22928030, password123, 22928030, sam@server.com, Sam, Badhan … … 205 211 68000058, password123, 68000058, dc@server.com, David, Cliff 206 212 }}} 207 213 In you wish to leave the Email Column out, just empty that column out, leaving the comma, for example: 214 {{{ 215 22928030, password123, 22928030,, Sam, Badhan 216 78233046, pass5323123, 78233046,, Jamille, Borromeo 217 39577051, psaswdrcD23, 39577051,, Jordon, Cheung 218 68000058, password123, 68000058,, David, Cliff 219 }}} 220 Note the double-comma between the student number, and the first name. 221 222 223 This type of file should be created in a text editor, like Notepad. You could also create this file 208 224 209 225 ==== Groups ====