이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
REST Resource: courses.posts.addOnAttachments.studentSubmissions
리소스: AddOnAttachmentStudentSubmission
JSON 표현 |
{
"pointsEarned": number,
"postSubmissionState": enum (SubmissionState ),
"userId": string
} |
필드 |
pointsEarned |
number
이 첨부파일의 학생 성적입니다. 설정되지 않은 경우 성적이 설정되지 않은 것입니다.
|
postSubmissionState |
enum (SubmissionState )
부가기능 첨부파일의 상위 게시물 (예: 과제)의 제출 상태입니다.
|
userId |
string
이 제출물을 소유한 학생의 식별자입니다. 이 필드는 실험용 API 변경의 일부이며 충분한 범위가 부여된 경우에만 채워집니다.
|
메서드 |
|
부가기능 첨부파일의 학생 제출물을 반환합니다. |
|
부가기능 첨부파일 제출물과 연결된 데이터를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(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."]]],[]]