{
"id": 1, // assigned by codePost API
"name": "Hello, World",
"course": 1,
"points": 20,
"isReleased": false,
"rubricCategories": [4,2],
"fileTemplates": [42],
"testCategories": [44, 98, 122],
"sortKey": 0,
"hideGrades": false,
"anonymousGrading": true,
"commentFeedback": true,
"liveFeedbackMode": false,
"additiveGrading": false,
"hideGradersFromStudents": true,
"allowStudentUpload": true,
"uploadDueDate": '2019-12-14T06:19:00Z',
"allowRegradeRequests": false,
"regradeDeadline": '',
"forcedRubricMode": false,
"collaborativeRubricMode": true,
"showFrequentlyUsedRubricComments": true,
}
Setting | Attribute | Type | Description |
---|---|---|---|
id |
| Unique identifier for the object. | |
name |
| The name of the assignment. | |
course |
| The Course object which this assignment is a part of. | |
points |
| The total number of points possible in the assignment. All submissions will be graded "out of" this value. | |
isReleased |
| If True, finalized submissions will be viewable by students. See Who can view a submission? for more details. | |
rubricCategories |
| A list of Rubric Categories, which constitute this assignment's rubric. | |
fileTemplates |
| A list of FileTemplates belonging to this assignment. | |
testCategories |
| A list of Test Categories belonging to this assignment. | |
sortKey |
| Key that defines how Assignments are sorted within the codePost UI. | |
mean |
| The mean | |
median |
| The median | |
hideGrades |
| An Assignment setting. If | |
anonymousGrading |
| An Assignment setting. If | |
commentFeedback |
| An Assignment setting. If | |
liveFeedbackMode |
| An Assignment setting. If | |
additiveGrading |
| An Assignment setting. If | |
hideGradersFromStudents |
| An Assignment setting. If | |
allowStudentUpload |
| An Assignment setting. If | |
uploadDueDate |
| The date after which students are not allowed to upload submissions. Only applies if | |
allowRegradeRequests |
| An Assignment setting. If | |
regradeDeadline |
| The date after which students are not allowed to submit a regrade request. Only applies if | |
forcedRubricMode |
| If True, admins and graders will be prevented from saving comments which do not link to rubric comments. | |
collaborativeRubricMode |
| If True, graders will be allowed to edit the assignment's rubric. | |
showFrequentlyUsedRubricComments |
| If True, frequently used rubric comments will be shown in a special category in the Code Console. |