moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
uploading-users-in-moodle [2016/07/16 12:18]
serbizadmin
uploading-users-in-moodle [2021/05/11 02:21]
serbizadmin
Line 4: Line 4:
  
 As an administrator, go to Site Administration | Users | Accounts | Upload users:\\ As an administrator, go to Site Administration | Users | Accounts | Upload users:\\
-{{ ::site_admin_-_upload_users.png?nolink |}}+{{  :site_admin_-_upload_users.png?nolink&  }}
  
 +===== Step 2: Add file containing user information =====
  
-==== Step 2: Add file containing user information ====+Add a CSV (comma delimited) file to upload. Each row represents an entry. The topmost row specifies the categories involved. Here and the fields and data for the ff example:
  
-Add a CSV (comma delimited) file to uploadHere and the fields and data for the ff example:\\ +username,password,firstname,lastname,email\\ 
-  username,password,firstname,lastname,email +jdelacruz, 1JDsecret, Juan, De la Cruz, jdelacruz@mail.com\\ 
-  jdelacruz, 1JDsecret, Juan, De la Cruz, [email protected]+\\ 
 +You may also specify roles and courses the users have to be enrolled in:\\ 
 +\\ 
 +username,password,firstname,lastname,email,role1,course1\\ 
 +jdelacruz, 1JDsecret, Juan, De la Cruz, [email protected],teacher,mathintro\\ 
 +\\ 
 +**Tips**
  
-**Tips**  +   * In field information, avoid special characters like quotes (<nowiki>""</nowiki>) and ň
-  * In field information, avoid special characters like quotes (<nowiki>""</nowiki>) and ň+
   * A CSV file can be had from a list on Excel (or any Spreadsheet) by doing "Saved as" and choosing CSV format.   * A CSV file can be had from a list on Excel (or any Spreadsheet) by doing "Saved as" and choosing CSV format.
   * Use alphanumeric character combination (capital, number, small letter, special character) for a password.   * Use alphanumeric character combination (capital, number, small letter, special character) for a password.
Line 20: Line 26:
   * Additional fields like cohort and course may be added for convenience.   * Additional fields like cohort and course may be added for convenience.
  
-{{ ::account_upload_settings.png?nolink |}} +{{  :account_upload_settings.png?nolink&  }} \\ For most cases, you don't need to adjust anything here. \\  \\ An alternative to this approach is by [[bulk enrollment of students|]] using their registered email addressed.
-\\ +
-For most cases, you don't need to adjust anything here.+
  
 +{{tag>"LMS Features" "LMS How-Tos"}}