ModifyIndividualStudentsOptions
מכיל שדות להוספה או להסרה של תלמידים מעבודות או מעדכונים בקורס, כאשר הערך של assigneeMode
מוגדר כ-INDIVIDUAL_STUDENTS
.
ייצוג ב-JSON |
{
"addStudentIds": [
string
],
"removeStudentIds": [
string
]
} |
שדות |
addStudentIds[] |
string
מזהי התלמידים שרוצים להוסיף כאלה שיש להם גישה למטלה או להודעה.
|
removeStudentIds[] |
string
מזהי התלמידים שאין להם יותר גישה למטלה או להודעה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-06 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-06 (שעון 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."]]],[]]