Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
GradingPeriodSettings
JSON 表示法 |
{
"gradingPeriods": [
{
object (GradingPeriod )
}
],
"applyToExistingCoursework": boolean,
"previewVersion": enum (PreviewVersion )
} |
字段 |
gradingPeriods[] |
object (GradingPeriod )
特定课程中的评分周期列表。
|
applyToExistingCoursework |
boolean
支持切换对现有信息流内容应用评分周期的功能。设置后,此值将保持不变,这意味着无需在每个请求中都设置此值来更新 GradingPeriodSettings 。如果之前未设置,则默认值为 False。
|
previewVersion |
enum (PreviewVersion )
仅限输出。用于检索此资源的 API 的预览版本。
|
GradingPeriod
单个评分周期。
startDate 和 endDate 字段不能跨评分周期重叠。例如,如果评分周期的 endDate 是 2024-01-25,则下一个评分周期的 startDate 必须为 2024-01-26 或更晚。
JSON 表示法 |
{
"id": string,
"title": string,
"startDate": {
object (Date )
},
"endDate": {
object (Date )
}
} |
字段 |
id |
string
仅限输出。系统生成的评分周期 ID。 只读。
|
title |
string
必需。评分周期的标题。例如,“第 1 个学期”。
|
startDate |
object (Date )
必需。评分周期的开始日期(世界协调时间)。兼收并蓄。
|
endDate |
object (Date )
必需。评分周期的结束日期(世界协调时间)。兼收并蓄。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[null,null,["最后更新时间 (UTC):2025-02-27。"],[[["Grading period settings encompass individual grading periods within a course, allowing for the organization and tracking of student progress over specific timeframes."],["Each grading period is defined by a title, a start date, and an end date, ensuring clear boundaries for assessment and evaluation."],["Grading periods cannot overlap, guaranteeing a chronological and structured approach to academic timelines within a course."],["The `applyToExistingCoursework` option controls whether grading periods are applied to existing coursework, offering flexibility in implementation."]]],[]]