GET - Rubric Criteria
This API allows authenticated users to retrieve all rubric criteria associated with a specific rubric ID.
Key Notes:
idin the URL path refers to the unique identifier of the rubric.- Each criterion contains detailed scoring information including
name,minScore,maxScore, andscoringLogic. - The
scoringLogicis an array that defines what each score (e.g., 1 Star to 5 Star) represents.
Scenario: Viewing Criteria for a Rubric
A teacher wants to view detailed evaluation criteria for a rubric assigned to a student activity.
Outcome:
- The teacher sends a GET request with the rubric ID.
- The response returns a list of all rubric criteria with full scoring definitions.
- This helps the teacher ensure clarity and consistency during evaluation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the rubric.
Response
Rubric criteria retrieved successfully.
Unique ID of the rubric
"2b973c83-2830-4712-87b7-64a8c0a99035"
Name of the rubric
"English Rubric"
Description of the rubric
"A rubric for evaluating english hand written assignment."
List of rubric criteria
Created date for the rubric
"2023-11-07T05:31:56Z"
Modified date of the rubric
"2023-11-07T05:31:56Z"