Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
Material
资料已附加到课程作业中。
创建附件时,不支持设置 form
字段。
JSON 表示法 |
{
// Union field material can be only one of the following:
"driveFile": {
object (SharedDriveFile )
},
"youtubeVideo": {
object (YouTubeVideo )
},
"link": {
object (Link )
},
"form": {
object (Form )
}
// End of list of possible types for union field material .
} |
字段 |
联合字段 material 。Material 内容。material 只能是下列其中一项: |
driveFile |
object (SharedDriveFile )
Google 云端硬盘文件材料。
|
youtubeVideo |
object (YouTubeVideo )
YouTube 视频资料。
|
link |
object (Link )
链接材料。在创建时,如果可能,这会升级为更合适的类型,并且这一点会反映在响应中。
|
form |
object (Form )
Google 表单资料。
|
ShareMode
可能的分享选项。如果未指定,则默认为 VIEW;其他值只能在类型为 ASSIGNMENT 的课程作业对象中指定。
枚举 |
UNKNOWN_SHARE_MODE |
未指定共享模式。绝不应返回。 |
VIEW |
学生可以查看共享的文件。 |
EDIT |
学生可以编辑共享的文件。 |
STUDENT_COPY |
学生拥有共享文件的个人副本。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Course work materials can include Google Drive files, YouTube videos, and links, and these are automatically categorized when possible."],["When attaching materials to coursework, the \"form\" field is not supported."],["Shared Google Drive files for coursework offer varying access levels for students: view, edit, or individual copies."],["`ShareMode` defaults to \"view\" unless specified within assignments, allowing control over student interaction with materials."]]],[]]