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
uploading-users-in-moodle [2016/07/16 02:22]
serbizadmin
uploading-users-in-moodle [2021/05/11 02:21] (current)
serbizadmin
Line 3: Line 3:
 ===== Step 1: Administrator clicks on Upload Users ===== ===== Step 1: Administrator clicks on Upload Users =====
  
-As an administrator, go to Site Administration | Users | Accounts | Upload users:<br> +As an administrator, go to Site Administration | Users | Accounts | Upload users:\\ 
-[[File:Site Admin upload users.png]]\\+{{  :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. Here and the fields and data for the ff example: +Add a CSV (comma delimited) file to upload. Each row represents an entry. The topmost row specifies the categories (per column) involved. Here and the fields and data for the ff example:
- username,password,firstname,lastname,email +
- jdelacruz, 1JDsecret, Juan, De la Cruz, [email protected]+
  
-'''TIps'''  +username,password,firstname,lastname,email\\ 
-* In field informationavoid special characters like quotes (<nowiki>""</nowiki>) and &ntilde;.  +jdelacruz1JDsecret, Juan, De la Cruz, jdelacruz@mail.com\\ 
-* 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 (capitalnumbersmall letterspecial character) for a password. +You may also specify roles and courses the users have to be enrolled in:\\ 
-* Check settings and default user profile settings. Adjust these settingsonly if you're absolutely sure about the need+\\ 
-Additional fields like cohort and course may be added for convenience.+username,password,firstname,lastname,email,role1,course1\\ 
 +jdelacruz1JDsecret, Juan, De la Cruz, jdelacruz@mail.com,teacher,mathintro\\ 
 +\\ 
 +**Tips**
  
-<br+   * In field information, avoid special characters like quotes (<nowiki>""</nowiki>) and ň 
-[[File:Account_Upload_Settings.png]] +  * A CSV file can be had from a list on Excel (or any Spreadsheet) by doing "Saved as" and choosing CSV format
-<br><br> +  * Use alphanumeric character combination (capital, number, small letter, special character) for a password. 
-For most cases, you don'need to adjust anything here.+  * Check settings and default user profile settings. Adjust these settingsonly if you're absolutely sure about the need
 +  * Additional fields like cohort and course may be added for convenience.
  
-=See Also= +{{  :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.
-* [http://docs.moodle.org/23/en/Upload_users Upload Users(Moodle Docs)+
  
 +{{tag>"LMS Features" "LMS How-Tos"}}