Scoring endpoint
Perform automatic scoring on the provided Questions and responses data.
Endpoints:
Usage
The format of requests to the Data API use the following syntax:
https://data.learnosity.com/{LTS_VERSION}/{endpoint}
For example, to use the v2025.1.LTS
version and the itembank/items
endpoint, you would create a request like so:
https://data.learnosity.com/v2025.1.LTS/itembank/items
Important Data API is not a REST API. All requests must use the POST method with the action
request body parameter specifying the operation to use. The Learnosity SDK must be used to make requests to Data API.
Note Data API usage is subject to rate limits.
Related articles:
- Getting Started with the Data API
- See Release Cadence and Version Lifecycle for more information on available LTS versions.
Scoring
See Understanding and Using the Data API Scoring Service for a list of supported Question types and Question response examples.
Endpoint | /{LTS_VERSION}/scoring |
---|---|
HTTP method | POST |
Action type | "get" |
Request body parameters
Body content type: application/json
-
partial_scores boolean
Controls whether to retrieve partial scores for supported Question types.
Default:
false
-
questions array[object]
An array of Question type objects that can be autoscored.
-
responses array[object]
An array of Question response objects.