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 時。
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-21 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]