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 只能是下列其中一项: |
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-12-06。
[null,null,["最后更新时间 (UTC):2024-12-06。"],[[["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."]]],[]]