Skip to main content
POST
Create Rubric Criterion

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the rubric the criteria belongs to

Body

application/json
name
string
required

Name of the rubric criterion

Example:

"Confidence & fluency in speaking"

maxScore
string
required

Maximum score for the criterion

Example:

"5 Star"

minScore
string
required

Minimum score for the criterion

Example:

"1 Star"

scoringLogic
object[]
required
description
string

Description of the rubric criterion

Example:

"Evaluates how confidently and fluently the student speaks"

Response

Rubric criteria created successfully.

id
string

Unique ID of the rubric

Example:

"2b973c83-2830-4712-87b7-64a8c0a99035"

name
string

Name of the rubric

Example:

"English Rubric"

description
string

Description of the rubric

Example:

"A rubric for evaluating english hand written assignment."

rubricCriteria
object[]

List of rubric criteria

createdAt
string<date-time>

Created date for the rubric

Example:

"2023-11-07T05:31:56Z"

modifiedAt
string<date-time>

Modified date of the rubric

Example:

"2023-11-07T05:31:56Z"