Update a Rubric Category

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Behavior

Updates the specified rubric category by setting the values of the parameters passed. Any parameters not provided will be left unchanged. If the pointLimit field is updated, this grade field of all Submissions containing Comments linked to Rubric Comments from this rubric category will be re-calculated automatically to reflect the new pointLimit.

Returns

Returns the updated rubric category if the update succeeded. This call will raise an error if update parameters are invalid.
















Path Params
int32
required

ID of the rubric category you want to update.

Body Params
string
required

The name of the rubric category. Within an Assignment, no two rubric categories can share the same name.

int32
required

ID of the Assignment to which this rubric category belongs. Must be a descendant of a Course in which you are a Course Admin.

int32

The maximum number of points which can be deducted by Comments linked to Rubric Comments from this Rubric Category, per Submission. A negative number indicates a maximum number of points which can be added. A pointLimit of 0 indicates that no points can be added or deducted; a pointLimit of null indicates no cap. Defaults to null.

int32

The key which determines the order in which all rubric categories are presented in the codePost UI. Low keys are shown first. Defaults to 0.

string

Text shown next to this rubric category to users in the Code Review Console. Use this space to provide additional instructions to graders.

boolean

A setting. If True, at most one comment linked to rubric comments from this category can be applied per submission from the Code Console. Defaults to False.

Response

Language
Credentials
Query
LoadingLoading…
Response
Choose an example:
application/json