Skip to main content
POST
/
powerpath
/
finalStudentAssessmentResponse
Finalize a test assessments
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/finalStudentAssessmentResponse \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student": "<string>",
  "lesson": "<string>"
}
'
{
  "lessonType": "quiz",
  "finalized": true,
  "attempt": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
student
string
required

The sourcedId of the student

lesson
string
required

The sourcedId of the lesson (ComponentResource)

Response

Success

lessonType
enum<string>
required
Available options:
quiz,
test-out,
placement,
unit-test
finalized
boolean
required

Whether the lesson has been finalized in the current attempt

attempt
number
required

The attempt number