Material
חומר לימוד שמצורף לעבודה בקורס.
כשיוצרים קבצים מצורפים, אי אפשר להגדיר את השדה 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 יכול להיות רק אחת מהאפשרויות הבאות: |
driveFile |
object (SharedDriveFile )
חומר של קבצים ב-Google Drive.
|
youtubeVideo |
object (YouTubeVideo )
חומר של סרטונים ב-YouTube.
|
link |
object (Link )
חומר הקישור. כשיוצרים את הקובץ, הוא משודרג לסוג מתאים יותר אם אפשר, וזה בא לידי ביטוי בתשובה.
|
form |
object (Form )
חומר ב-Google Forms.
|
SharedDriveFile
קובץ ב-Drive שמשמש כחומר לעבודה בקורס.
שדות |
driveFile |
object (DriveFile )
פרטי הקובץ ב-Drive.
|
shareMode |
enum (ShareMode )
המנגנון שמאפשר לתלמידים לגשת לפריט ב-Drive.
|
ShareMode
אפשרויות שיתוף אפשריות. אם לא צוין ערך, ערך ברירת המחדל הוא VIEW, וניתן לציין ערכים אחרים רק באובייקט עבודה בקורס מסוג ASSIGNMENT.
טיפוסים בני מנייה (enum) |
UNKNOWN_SHARE_MODE |
לא צוין מצב שיתוף. אין להחזיר ערך זה. |
VIEW |
התלמידים יכולים להציג את הקובץ ששותף. |
EDIT |
התלמידים יכולים לערוך את הקובץ ששותף. |
STUDENT_COPY |
לתלמידים יש עותק אישי של הקובץ המשותף. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]