Rubrics
POST - Rubric Criteria
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
, andminScore
are required fields.scoringLogic
is an array of objects, each containing ascore
and its associatedscoringLogic
explanation.- This helps maintain a transparent and consistent evaluation framework.
Scenario: Adding a Criterion to a Rubric
A teacher wants to assess ‘Confidence & fluency in speaking’ in a student presentation rubric.
Outcome:
- The teacher sends a POST request with the criterion name and scoring details.
- The criterion is added to the existing rubric.
- The rubric becomes more detailed and useful for structured evaluation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
Rubric criteria created successfully.
The response is of type object
.