Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
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 |
學生擁有共用檔案的個人副本。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-06 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]