Scoring Endpoints

The scoring endpoint performs automatic scoring on the provided Questions and responses data.

Usage

The format of requests to Data API use the following syntax:

https://data.learnosity.com/[LTS_VERSION]/scoring

For example, to use the 2023.3.LTS version and the scoring endpoint, you would create a request like so:

https://data.learnosity.com/v2023.3.LTS/scoring

See Understanding and Using the Data API Scoring Service for examples of each Question type.

Endpoint /[LTS_VERSION]/scoring
HTTP Method POST
Action Type get
Parameter Description
partial_scores
boolean

For Question types that support partial scoring, set this flag to true to retreive partial scores.

Default: false

questions
array[object]

Array of Question objects that can be autoscored.

See Understanding and Using the Data API Scoring Service for a list of supported Question types and examples.

responses
array[object]

Array of response objects.

See Understanding and Using the Data API Scoring Service for a list of supported Question types and response examples.