Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem tài liệu về tiện ích bổ sung để biết thêm thông tin.
Khi học viên nộp bài tập, giáo viên sẽ có quyền sở hữu các tệp đính kèm trên Drive và cũng có thể cập nhật trạng thái của bài nộp.
Chỉ học viên sở hữu bài tập mà học viên đã chỉ định mới có thể gọi mã này.
Yêu cầu này phải do dự án Developer Console của mã ứng dụng OAuth (dùng để tạo mục bài tập trong khoá học tương ứng) đưa ra yêu cầu này.
Phương thức này trả về các mã lỗi sau:
PERMISSION_DENIED nếu người dùng yêu cầu không được phép truy cập vào khoá học hoặc bài tập khoá học đã yêu cầu, hãy nộp bài tập mà học viên đã yêu cầu hoặc do lỗi truy cập.
INVALID_ARGUMENT nếu yêu cầu không đúng định dạng.
NOT_FOUND nếu khoá học, bài tập khoá học hoặc nội dung học viên gửi không tồn tại.
Yêu cầu HTTP
POST https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions/{id}:turnIn
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-09-04 UTC."],[[["This endpoint enables students to turn in their submissions for a specific coursework item within a course."],["It requires the student to be the owner of the submission and the request to be made by the Developer Console project associated with the OAuth client ID."],["The request body should be empty, and a successful response will also be empty."],["Authorization is required with the `https://www.googleapis.com/auth/classroom.coursework.me` scope."],["Potential errors include permission issues, invalid requests, and cases where the course, coursework, or submission doesn't exist."]]],[]]