Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
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)。最后两位数应始终为零,因为我们使用两位小数精度。仅在成绩计算类型为 WEIGHTED_CATEGORIES 时适用。
|
defaultGradeDenominator |
integer
分母的默认值。仅在成绩计算类型为 TOTAL_POINTS 时适用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):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."]]],[]]