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)。最後兩位數一律應為 0,因為我們使用小數點後兩位。僅在成績計算類型為 WEIGHTED_CATEGORIES 時適用。
|
defaultGradeDenominator |
integer
分母的預設值。只有在成績計算類型為 TOTAL_POINTS 時才能使用。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["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."]]],[]]