Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
GradeCategory
コースの成績カテゴリの詳細。
コースワークには 0 つか 1 つの成績のカテゴリがあり、カテゴリは総合成績の計算に使用される場合があります。詳しくは、ヘルプセンターの記事をご覧ください。
JSON 表現 |
{
"id": string,
"name": string,
"weight": integer,
"defaultGradeDenominator": integer
} |
フィールド |
id |
string
成績カテゴリの ID。
|
name |
string
成績のカテゴリの名前。
|
weight |
integer
全体の平均におけるカテゴリ平均の重み。12.34% の重みは 123400 と表されます(100% は 1,000,000)。2 つの小数精度を使用するため、最後の 2 桁は常に 0 にする必要があります。成績の計算タイプが WEIGHTED_CATEGORIES の場合にのみ適用されます。
|
defaultGradeDenominator |
integer
分母のデフォルト値。成績の計算タイプが TOTAL_POINTS の場合にのみ適用されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["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."]]],[]]