{
"id": 1, // assigned by codePost API
"name": "P01",
"course": 1,
"leaders": ["[email protected]"],
"students": [
"[email protected]",
"[email protected]"
]
}
Attribute | Type | Description |
---|---|---|
id |
| Unique identifier for the object. |
name |
| The name of the section. |
course |
| ID of the |
leaders |
| The graders who lead this section. |
students |
| The student members of this section. |