Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
GradeCategory
課程成績類別的詳細資料。
課程作業可能會有零個或一個成績類別,而系統可能會使用該類別來計算總成績。詳情請參閱這篇說明中心文章。
JSON 表示法 |
{
"id": string,
"name": string,
"weight": integer,
"defaultGradeDenominator": integer
} |
欄位 |
id |
string
成績類別 ID。
|
name |
string
成績類別名稱。
|
weight |
integer
類別平均值的權重,是整體平均值的一部分。權重 12.34% 會以 123400 表示 (100% 為 1,000,000)。由於我們使用兩位小數精確度,因此最後兩位數字應一律為零。只有在成績計算類型為 WEIGHTED_CATEGORIES 時才適用。
|
defaultGradeDenominator |
integer
分母的預設值。只有在成績計算類型為 TOTAL_POINTS 時才適用。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-06 (世界標準時間)。
[null,null,["上次更新時間:2024-12-06 (世界標準時間)。"],[[["Grade categories, used for calculating overall grades in a course, can be represented in JSON format with specific fields for identification, name, weight, and default grade denominator."],["The `weight` field, applicable only for weighted categories grade calculation, represents the category's contribution to the overall average using a specific format where 100% is 1,000,000."],["A default grade denominator is used when the grade calculation type is TOTAL_POINTS, while the weight is used for WEIGHTED_CATEGORIES calculations."],["Coursework might not always have a grade category, but if it does, it's limited to one and detailed information can be found in the provided help center article link."]]],[]]