Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
ModifyIndividualStudentsOptions
assigneeMode
が INDIVIDUAL_STUDENTS
に設定されているコースの課題やお知らせに対して生徒を追加または削除するフィールドが含まれます。
JSON 表現 |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
フィールド |
addStudentIds[] |
string
この課題/お知らせへのアクセス権を持つものとして追加する生徒の ID。
|
removeStudentIds[] |
string
この課題/お知らせにアクセスできない生徒の ID。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["The JSON structure is used for adding or removing individual student access to coursework or announcements."],["It includes two array fields: `addStudentIds` for specifying students to grant access and `removeStudentIds` for revoking access."],["Both fields utilize student IDs as strings for identifying the target individuals."]]],[]]