命名空间:microsoft.graph
表示一种演讲者进展资源,可帮助学生培养对演示技能的信心并减少焦虑。 它提供有关其公开演讲技能(如节奏、音调、填充词等)的 AI 支持的实时指导和反馈。
注意
获取 educationSpeakerProgressResource 的最新信息需要系统调用额外的服务。 如果该服务不可用或不再具有所请求 educationSpeakerProgressResource 的记录,则系统会为读取请求返回 的 @odata.type #microsoft.graph.educationExternalResource 对象。
继承自 educationResource。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| aiFeedbackCriteria | educationAiFeedbackCriteria | 学生应从 AI 反馈中接收的反馈类型。 仅当 isAiFeedbackEnabled 为 true时,才应提供此属性。 |
| createdBy | identitySet | 创建资源的个人。 继承自 educationResource。 |
| createdDateTime | DateTimeOffset | 创建资源时的时刻。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 继承自 educationResource。 |
| displayName | String | 资源的显示名称。 继承自 educationResource。 |
| isAiFeedbackEnabled | 布尔值 | 指示是否为学生提交启用 AI 反馈。 |
| isVideoRequired | 布尔值 | 指示学生录制是否需要视频。 |
| lastModifiedBy | identitySet | 修改资源的最后一个用户。 继承自 educationResource。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改资源的时刻。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 继承自 educationResource。 |
| maxRecordingAttempts | Int32 | 学生可用的最大录制尝试次数。 指定 0 以设置无限制的录制尝试。 |
| presentationTitle | String | 对学生可见的演讲者进度资源的标题。 |
| recordingTimeLimitInMinutes | Int32 | 学生录制的时间限制以分钟为单位。 |
| showRehearsalReportToStudentBeforeMediaUpload | 布尔值 | 允许学生在对作业评分之前查看其排练报告。 |
| speakerCoachSettings | educationSpeakerCoachSettings | 学生应从演讲者指导收到的反馈类型。 |
| spokenLanguageLocale | String | 学生录制的口语。 例如,en-US。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.educationSpeakerProgressResource",
"aiFeedbackCriteria": {"@odata.type": "microsoft.graph.educationAiFeedbackCriteria"},
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"displayName": "String",
"isAiFeedbackEnabled": "Boolean",
"isVideoRequired": "Boolean",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"maxRecordingAttempts": "Int32",
"presentationTitle": "String",
"recordingTimeLimitInMinutes": "Int32",
"showRehearsalReportToStudentBeforeMediaUpload": "Boolean",
"speakerCoachSettings": {"@odata.type": "microsoft.graph.educationSpeakerCoachSettings"},
"spokenLanguageLocale": "String"
}