Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
ModifyIndividualStudentsOptions
Zawiera pola umożliwiające dodawanie i usuwanie uczniów w zadaniu lub ogłoszeniu, w przypadku których assigneeMode
ma wartość INDIVIDUAL_STUDENTS
.
Zapis JSON |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
Pola |
addStudentIds[] |
string
Identyfikatory uczniów, którzy mają mieć dostęp do tego kursu lub ogłoszenia.
|
removeStudentIds[] |
string
Identyfikatory uczniów, którzy nie będą mieli dostępu do tego kursu/ogłoszenia.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]