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
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

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