מטא-נתונים שקשורים לקובץ מצורף של תוסף Classroom בהקשר של פוסט ספציפי.
ייצוג ב-JSON
{"courseId": string,"postId": string,"itemId": string,"supportsStudentWork": boolean,// Union field context can be only one of the following:"studentContext": {object (StudentContext)},"teacherContext": {object (TeacherContext)}// End of list of possible types for union field context.}
שדות
courseId
string
קבוע. מזהה הקורס.
postId (deprecated)
string
בלתי ניתן לשינוי. הוצא משימוש. במקומו צריך להשתמש ב-itemId.
itemId
string
בלתי ניתן לשינוי. המזהה של Announcement, CourseWork או CourseWorkMaterial שבאמצעותם הקובץ המצורף מצורף.
supportsStudentWork
boolean
זה שינוי אופציונלי. אם הפוסט מאפשר למורה לראות את העבודות של התלמידים ואת הציונים שהוחזרו.
שדה האיחוד context.
הערך של context יכול להיות רק אחת מהאפשרויות הבאות:
ההקשר של התוסף שתואם לתפקיד המורה של המשתמש המבקש. נוכחותו של השדה הזה מצביעה על כך שהמשתמש המבקש הוא מורה בקורס.
StudentContext
הקשר ספציפי לתפקיד אם המשתמש המבקש הוא תלמיד.
ייצוג ב-JSON
{"submissionId": string}
שדות
submissionId
string
בקשה לשימוש במזהה ההגשה של המשתמש כדי להעביר את הציון חזרה לתלמידים ולזהות את התלמיד/ה כשהמורה מציג/ה את העבודה של התלמיד/ה. הערך הזה מוגדר בדיוק כאשר supportsStudentWork הוא true.
[[["התוכן קל להבנה","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-09 (שעון UTC)."],[[["Add-on context provides metadata for Classroom add-ons related to a specific post, including course and post identifiers."],["The context indicates whether the post supports student work and allows for grade passback."],["Depending on the user's role, the context includes either `studentContext` or `teacherContext` with relevant information."],["`studentContext` contains the student's submission ID for grade passback when `supportsStudentWork` is true."],["`teacherContext` currently has no fields but signifies the requesting user is a teacher."]]],[]]