Create a Rubric Category

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

Behavior

Creates a rubric category using the parameters provided in the request body.

Returns

Returns the newly created Rubric Category if creation succeeded. This call will raise an error if any parameters are invalid or any required parameters are omitted.
















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. Defaults to an empty string.

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