فراداده مربوط به پیوست برای برافزاهای 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
اختیاری. اینکه آیا این پست به معلم اجازه میدهد کار دانشآموز و نمرات پسانداز را ببیند.
زمینه افزودنی مربوط به نقش کاربر درخواست کننده به عنوان معلم. وجود آن به این معنی است که کاربر درخواست کننده یک معلم در دوره است.
StudentContext
اگر کاربر درخواست کننده دانش آموز باشد، زمینه نقش خاص.
نمایندگی JSON
{"submissionId": string}
فیلدها
submissionId
string
درخواست شناسه ارسال کاربر برای استفاده برای پس دادن نمره و شناسایی دانش آموز هنگام نمایش کار دانش آموز به معلم. این دقیقا زمانی تنظیم می شود که supportsStudentWorktrue باشد.
تاریخ آخرین بهروزرسانی 2024-11-09 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]