GradingPeriodSettings'de hangi alanların güncelleneceğini tanımlayan maske.
GradingPeriodSettings gradingPeriods, güncelleme isteğinde belirtilen notlandırma dönemleriyle tamamen değiştirilecek. Örneğin:
Listede kimliği olmayan notlandırma dönemleri ekleme olarak kabul edilir ve istekte bulunulduğunda yeni bir kimlik atanır.
Şu anda mevcut olan ancak istekte bulunmayan notlandırma dönemleri, silme işlemi olarak kabul edilir.
Mevcut bir kimliğin ve değiştirilmiş verilerin bulunduğu notlandırma dönemleri düzenleme olarak kabul edilir. Değiştirilmemiş veriler olduğu gibi kalır.
Bilinmeyen bir kimlikle eklenen notlandırma dönemleri hatayla sonuçlanır.
Aşağıdaki alanlar belirtilebilir:
gradingPeriods
applyToExistingCoursework
Bu, tam nitelikli alan adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo".
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-04 UTC."],[[["Updates a course's grading period settings, requiring eligibility to modify them by both the requesting user and course owner."],["The request must include a field mask to specify which fields of the GradingPeriodSettings are to be updated, potentially adding, deleting, or editing grading periods."],["The API uses a PATCH request to `https://classroom.googleapis.com/v1/courses/{courseId}/gradingPeriodSettings`, where `{courseId}` is replaced with the specific course identifier."],["Potential errors include `PERMISSION_DENIED`, `INVALID_ARGUMENT`, and `NOT_FOUND` based on user permissions, request validity, and course existence."],["Authorization requires the `https://www.googleapis.com/auth/classroom.courses` OAuth scope."]]],[]]