Difference between revisions of "Moodle: Upload User"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " An administrator can upload multiple user accounts via text file in Settings > Site administration > Users > Accounts > Upload users. There are many robust options for uplo...") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | Melakukan upload registrasi semua siswa/mahasiswa secara bersamaan. Registrasi menggunakan file text berisi data siswa/mahasiswa yang di upload ke lms moodle. Format file text menggunakan Comma Separated Values CSV di edit menggunakan notepad++ / text editor biasa, seperti contoh di bawah, | ||
+ | username,firstname,lastname,email,course1,type1 | ||
+ | amir,amir,purba,amir@ut.ac.id,ITTS-OC-CyberSecurity,1 | ||
+ | sam,sam,bodo,sam@ut.ac.id,ITTS-OC-CyberSecurity,1 | ||
− | + | Kalimat pertama dengan parameter username,firstname,lastname,email,course1,type1 harus benar menulis-nya. course1,type1 menentukan course yang akan di daftar ke mahasiswa tersebut. | |
− | + | Jika diinginkan menset dengan password mahasiswa, dapat dilakukan dengan mengedit file text dengan format, | |
− | + | username,password,firstname,lastname,email,course1,type1 | |
− | + | amir,Ab123!@#,amir,purba,amir@ut.ac.id,ITTS-OC-CyberSecurity,1 | |
− | + | sam,Ab123!@#,sam,bodo,sam@ut.ac.id,ITTS-OC-CyberSecurity,1 | |
− | + | Proses upload file text (CSV) dapat dilakukan melalui menu Dashboard > Site administration > Users > Upload users > Choose a File - pilih file .CSV . Klik Upload Users. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | File | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:41, 13 October 2021
Melakukan upload registrasi semua siswa/mahasiswa secara bersamaan. Registrasi menggunakan file text berisi data siswa/mahasiswa yang di upload ke lms moodle. Format file text menggunakan Comma Separated Values CSV di edit menggunakan notepad++ / text editor biasa, seperti contoh di bawah,
username,firstname,lastname,email,course1,type1 amir,amir,purba,amir@ut.ac.id,ITTS-OC-CyberSecurity,1 sam,sam,bodo,sam@ut.ac.id,ITTS-OC-CyberSecurity,1
Kalimat pertama dengan parameter username,firstname,lastname,email,course1,type1 harus benar menulis-nya. course1,type1 menentukan course yang akan di daftar ke mahasiswa tersebut.
Jika diinginkan menset dengan password mahasiswa, dapat dilakukan dengan mengedit file text dengan format,
username,password,firstname,lastname,email,course1,type1 amir,Ab123!@#,amir,purba,amir@ut.ac.id,ITTS-OC-CyberSecurity,1 sam,Ab123!@#,sam,bodo,sam@ut.ac.id,ITTS-OC-CyberSecurity,1
Proses upload file text (CSV) dapat dilakukan melalui menu Dashboard > Site administration > Users > Upload users > Choose a File - pilih file .CSV . Klik Upload Users.