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 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["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."]]],[]]