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-08-22 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]