moodLearning Wiki

Differences

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

Link to this comparison view

Next revision
Previous revision
uploading-users-in-moodle [2016/07/16 02:18]
serbizadmin created
uploading-users-in-moodle [2021/05/11 02:21] (current)
serbizadmin
Line 1: Line 1:
-=Step 1: Administrator clicks on Upload Users= +====== Uploading Users in Moodle ======
-As an administrator, go to Site Administration | Users | Accounts | Upload users:<br> +
-[[File:Site Admin - upload users.png]]<br>+
  
-=Step 2Add file containing user information= +===== Step 1Administrator clicks on Upload Users =====
-Add a CSV (comma delimited) file to upload. Here and the fields and data for the ff example: +
- username,password,firstname,lastname,email +
- jdelacruz, 1JDsecret, Juan, De la Cruz, [email protected]+
  
-'''TIps'''  +As an administratorgo to Site Administration | Users | Accounts | Upload users:\\ 
-* In field informationavoid special characters like quotes (<nowiki>""</nowiki>) and &ntilde; +{{  :site_admin_-_upload_users.png?nolink&  }}
-* 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. +
-* Check settings and default user profile settings. Adjust these settings, only if you're absolutely sure about the need. +
-* Additional fields like cohort and course may be added for convenience.+
  
-<br> +===== Step 2Add file containing user information =====
-[[File:Account_Upload_Settings.png]] +
-<br><br> +
-For most cases, you don't need to adjust anything here.+
  
-=See Also= +Add a CSV (comma delimited) file to uploadEach row represents an entryThe topmost row specifies the categories (per columninvolved. Here and the fields and data for the ff example:
-* [http://docs.moodle.org/23/en/Upload_users Upload Users] (Moodle Docs)+
  
 +username,password,firstname,lastname,email\\
 +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**
  
 +   * 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.
 +  * Use alphanumeric character combination (capital, number, small letter, special character) for a password.
 +  * Check settings and default user profile settings. Adjust these settings, only if you're absolutely sure about the need.
 +  * Additional fields like cohort and course may be added for convenience.
 +
 +{{  :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.
 +
 +{{tag>"LMS Features" "LMS How-Tos"}}