{
"id": 1, // assigned by codePost API
"name": "COS126",
"period": "S2019",
"assignments": [
1,
2
],
"sections": [
1,
2
],
"sendReleasedSubmissionsToBack": false,
"showStudentsStatistics": false,
"timezone": "US/Eastern",
"emailNewUsers": true,
"anonymousGradingDefault": false,
}
Attribute | Type | Description |
---|---|---|
id |
| Unique identifier for the object. |
name |
| The course's name (e.g. "CS 101"). |
period |
| The course's period (e.g. "Fall 2019"). This field allows you to create multiple objects which represent instances of the same course over different periods (e.g. every semester). |
assignments |
| IDs of the |
sections |
| IDs of the |
sendReleasedSubmissionsToBack |
| A course setting. If |
showStudentsStatistics |
| A course setting. If |
timezone |
| A course setting. Must be a valid pytz timezone. |
emailNewUsers |
| A course setting. If |
anonymousGradingDefault |
| A course setting. If |
allowGradersToEditRubric |
| A course setting. If |