This API allows authenticated users to create a new rubric by specifying a title and an optional description.
Key Notes:
name
is a required field. It defines the title of the rubric.description
is optional and can include additional context or instructions.id
, createdAt
, and modifiedAt
.Scenario: Creating a Rubric for an Assignment
A teacher wants to set up a new rubric to evaluate student essays.
Outcome:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Rubric created successfully.
The response is of type object
.