Skip to main content
POST
/
powerpath
/
lessonPlans
/
updateStudentItemResponse
Update student item response
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/updateStudentItemResponse \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "studentId": "<string>",
  "componentResourceId": "<string>",
  "result": {
    "status": "active",
    "scoreDate": "2023-11-07T05:31:56Z",
    "scoreStatus": "exempt",
    "metadata": {},
    "score": 123,
    "textScore": "<string>",
    "scorePercentile": 123,
    "comment": "<string>",
    "learningObjectiveSet": [
      {
        "source": "<string>",
        "learningObjectiveResults": [
          {
            "learningObjectiveId": "<string>",
            "score": 123,
            "textScore": "<string>"
          }
        ]
      }
    ],
    "inProgress": "<string>",
    "incomplete": "<string>",
    "late": "<string>",
    "missing": "<string>"
  }
}
'
{
  "componentResourceLineItem": {
    "status": "active",
    "title": "<string>",
    "sourcedId": "<string>",
    "dateLastModified": "2023-11-07T05:31:56Z",
    "metadata": {},
    "description": "<string>",
    "class": {
      "sourcedId": "<string>"
    },
    "parentAssessmentLineItem": {
      "sourcedId": "<string>"
    },
    "scoreScale": {
      "sourcedId": "<string>"
    },
    "resultValueMin": 123,
    "resultValueMax": 123,
    "component": {
      "sourcedId": "<string>"
    },
    "componentResource": {
      "sourcedId": "<string>"
    },
    "learningObjectiveSet": [
      {
        "source": "<string>",
        "learningObjectiveIds": [
          "<string>"
        ]
      }
    ],
    "course": {
      "sourcedId": "<string>"
    }
  },
  "componentResourceResult": {
    "status": "active",
    "assessmentLineItem": {
      "sourcedId": "<string>"
    },
    "student": {
      "sourcedId": "<string>"
    },
    "scoreDate": "2023-11-07T05:31:56Z",
    "scoreStatus": "exempt",
    "sourcedId": "<string>",
    "dateLastModified": "2023-11-07T05:31:56Z",
    "metadata": {},
    "score": 123,
    "textScore": "<string>",
    "scoreScale": {
      "sourcedId": "<string>"
    },
    "scorePercentile": 123,
    "comment": "<string>",
    "learningObjectiveSet": [
      {
        "source": "<string>",
        "learningObjectiveResults": [
          {
            "learningObjectiveId": "<string>",
            "score": 123,
            "textScore": "<string>"
          }
        ]
      }
    ],
    "inProgress": "<string>",
    "incomplete": "<string>",
    "late": "<string>",
    "missing": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
studentId
string
required
Minimum string length: 1
componentResourceId
string
required
Minimum string length: 1
result
object
required

The student's result for the item, either a component or a componentResource

Response

Student item response updated

componentResourceLineItem
object

Represents an assessment line item.

componentResourceResult
object

Represents an assessment result.