현재 사용자가 학생인 경우 응답의 submissionId를 학생 과제물과 연결합니다. 이는 성적을 다시 전달하고 채점 도구에서 교사에게 학생 과제물을 표시하는 데 필요합니다. submissionIds는 뷰 간에 일치합니다.
attachmentId가 이미 부가기능에 알려진 경우 적절한 첨부파일 UI를 표시합니다.
그렇지 않으면 이 첨부파일의 상위 게시물이 다른 게시물이나 과정에서 복사된 것입니다. copyHistory를 사용하여 부가기능에서 인식하는 최신 사본을 식별하고 여기에서 설정을 복사하여 부가기능 측에서 첨부파일의 새 상응하는 모델을 만듭니다. 그런 다음 적절한 첨부파일 UI를 표시합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-07(UTC)"],[[["This page explains how your add-on interacts with the Google Classroom API, focusing on key functions and behaviors."],["The Attachment Discovery iframe is the teacher's entry point, allowing them to add attachments to assignments based on chosen content."],["Other iframes (Student View, Student Work Review, Teacher View) focus on content presentation, requiring user authentication and attachment validation."],["Add-ons need to handle cases where attachments are copied between posts or courses, ensuring settings and student work are managed correctly."],["When iframes open, add-ons should validate user roles, retrieve attachment context, and manage student submissions for grading and teacher review."]]],[]]