This API allows authenticated users to add a new criteria to an existing rubric by specifying its title, score range, and detailed scoring logic.
Key Notes:
name
, maxScore
, and minScore
are required fields.scoringLogic
is an array of objects, each containing a score
and its associated scoringLogic
explanation.Scenario: Adding a Criterion to a Rubric
A teacher wants to assess ‘Confidence & fluency in speaking’ in a student presentation rubric.
Outcome:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Rubric criteria created successfully.
The response is of type object
.