google classroom : create course
Untuk membuat Course di google classroom dieksekusi di shell google dengan tool GAM (Google Apps Manager)
Langkah - langkahnya :
login dengan account pusinfo@uniku.ac.id ke :
https://console.cloud.google.com/cloudshell/editor?shellonly=true
kemudian masuk ke working direktori : /home/pusinfo/bin/gamadv-xtd3
cd ~/bin/gamadv-xtd3/
Format perintah
gam create course [alias <alias>] [name <name>] [section <section>] [heading <heading>] [description <description>] [room <room>] [teacher <teacher email>] [status <PROVISIONED|ACTIVE|ARCHIVED|DECLINED>]
Contoh :
gam create course alias TINFC-2022-01-Jaringan-Komputer name "TINFC-2022-01-Jaringan-Komputer" teacher fitra@uniku.ac.id status active
Untuk menambahkan participant ke course yang telah dibuat langkahnya :
Buat file .csv
isi baris pada kolom pertama dengan email-email mahasiswa
kemudian upload ke console google
lanjut eksekusi perintah berikut (sesuaikan dengan nama course dan file .csv nya
gam course TINFC-2022-01-Jaringan-Komputer sync students file .\TI2022-01.csv
sumber / tutorial lengkap di : https://sites.google.com/view/gam--commands/home