[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[],[],null,["# ModifyIndividualStudentsOptions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains fields to add or remove students from a course work or announcement where the `assigneeMode` is set to `INDIVIDUAL_STUDENTS`.\n\n| JSON representation |\n|-------------------------------------------------------------------------|\n| ``` { \"addStudentIds\": [ string ], \"removeStudentIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------------|--------------------------------------------------------------------------------------------|\n| `addStudentIds[]` | `string` IDs of students to be added as having access to this coursework/announcement. |\n| `removeStudentIds[]` | `string` IDs of students to be removed from having access to this coursework/announcement. |"]]