अटैचमेंट बनाते समय, form फ़ील्ड को सेट नहीं किया जा सकता.
JSON के काेड में दिखाना
{// Union field material can be only one of the following:"driveFile": {object (SharedDriveFile)},"youtubeVideo": {object (YouTubeVideo)},"link": {object (Link)},"form": {object (Form)}// End of list of possible types for union field material.}
फ़ील्ड
यूनियन फ़ील्ड material. सामग्री. material इनमें से सिर्फ़ एक हो सकता है:
वह तरीका जिससे छात्र-छात्राएं Drive में मौजूद आइटम को ऐक्सेस करते हैं.
ShareMode
शेयर करने के संभावित विकल्प. अगर इसे कोई नहीं छोड़ दिया जाता है, तो डिफ़ॉल्ट रूप से 'देखें' और अन्य वैल्यू सिर्फ़ 'असाइनमेंट' टाइप के कोर्स वर्क ऑब्जेक्ट में ही बताई जा सकती हैं.
Enums
UNKNOWN_SHARE_MODE
कोई साझाकरण मोड दर्ज नहीं है. इसे कभी भी लौटाया नहीं जाना चाहिए.
VIEW
छात्र-छात्राएं शेयर की गई फ़ाइल देख सकते हैं.
EDIT
छात्र-छात्राएं शेयर की गई फ़ाइल में बदलाव कर सकते हैं.
STUDENT_COPY
छात्र-छात्राओं के पास शेयर की गई फ़ाइल की एक निजी कॉपी होती है.
[[["समझने में आसान है","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-08-22 (UTC) को अपडेट किया गया."],[[["Course work materials can include Google Drive files, YouTube videos, and links, and these are automatically categorized when possible."],["When attaching materials to coursework, the \"form\" field is not supported."],["Shared Google Drive files for coursework offer varying access levels for students: view, edit, or individual copies."],["`ShareMode` defaults to \"view\" unless specified within assignments, allowing control over student interaction with materials."]]],[]]