Google Classroom アドオンの一般提供が開始されました。詳しくは、
アドオンのドキュメントをご覧ください。
REST Resource: courses.posts.addOnAttachments.studentSubmissions
リソース: AddOnAttachmentStudentSubmission
JSON 表現 |
{
"pointsEarned": number,
"postSubmissionState": enum (SubmissionState ),
"userId": string
} |
フィールド |
pointsEarned |
number
この添付ファイルの生徒の成績。未設定の場合、成績は設定されません。
|
postSubmissionState |
enum (SubmissionState )
アドオン添付ファイルの親投稿(割り当てなど)の送信状態。
|
userId |
string
この提出物を所有する生徒の識別子。 このフィールドは試験運用版の API 変更の一部であり、十分なスコープが付与されている場合にのみ入力されます。
|
メソッド |
|
アドオン添付ファイルに対する生徒の提出物を返します。 |
|
アドオンの添付ファイルの送信に関連付けられたデータを更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["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."]]],[]]