Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
REST Resource: courses.posts.addOnAttachments.studentSubmissions
資源:AddOnAttachmentStudentSubmission
JSON 表示法 |
{
"pointsEarned": number,
"postSubmissionState": enum (SubmissionState ),
"userId": string
} |
欄位 |
pointsEarned |
number
學生的這個附件成績。如果未設定,表示未設定等級。
|
postSubmissionState |
enum (SubmissionState )
外掛程式附件上層文章 (即作業) 的提交狀態。
|
userId |
string
繳交作業的學生 ID。 這個欄位是實驗性 API 變更的一部分,只有在授予足夠的範圍時才會填入。
|
方法 |
|
傳回學生提交的擴充功能附件。 |
|
更新與外掛程式附件提交內容相關聯的資料。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-21 (世界標準時間)。
[null,null,["上次更新時間:2024-12-21 (世界標準時間)。"],[[["The `AddOnAttachmentStudentSubmission` resource is a payload used for updating grades on student submissions for add-on attachments in Google Classroom."],["It includes fields for points earned, submission state, and the student's user ID."],["Developers can use the `get` and `patch` methods to retrieve and update student submission data."],["The `userId` field is experimental and requires sufficient scopes for population."]]],[]]