किसी खास पोस्ट के संदर्भ में, 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 हो.
TeacherContext
इस टाइप में कोई फ़ील्ड नहीं होता.
अगर अनुरोध करने वाला उपयोगकर्ता शिक्षक है, तो भूमिका के हिसाब से कॉन्टेक्स्ट.
[[["समझने में आसान है","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."]]],[]]