Google Classroom API - Bulk Create Google Classrooms using Google Apps Script | Aryan Irani

preview_player
Показать описание
In this video I am going to show you how to bulk create Google Classroom using Google Apps Script.

Want to Learn Google Classroom, check out these videos.

Follow me on :

Hi. I am Aryan Irani. Currently pursuing B Tech at MPSTME. Technical Blogger, interested in Google Workspace and web development.

#Google #GoogleClassroom #GoogleAppsScript
Рекомендации по теме
Комментарии
Автор

Great useful content. But I want to create assignments and I have done that successfully, but want to set the grade category for each assignment, but haven't found a way to do that. Any ideas?

ClestNerd
Автор

hello.. great work! But I got this error "ReferenceError: Crs is not defined". Can you help me, please? What does that mean?

louli_me
Автор

Well explained! You saved me a huge amount of time!

coordinacionclassroomcse
Автор

Aryan greet video, but I want to know how you do the same with python and using service account like you made in other video when you read googlesheet but in this case with classroom api, thank you very much !

elricho
Автор

am too lazy to add github issue on your repo so I'll just drop it right here,
1st there's an error in the code should be replaced with enrollmentCodes.push([eCode])
2nd I think you need to refactor sheet.getRange(START_ROW, COLUMN_START, enrollmentCodes.length, COLUMN_LAST).setValues(enrollmentCodes);
It should be placed outside of the forEach loop of "data"

to eliminate redundant "setValues" since you are already storing eCodes on enrollmentCodes.

mdkt