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.1.LTS version and the scoring endpoint, you would create a request like so:

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

Please see the Scoring Examples page for examples per question type.

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

Enable getting partial scores

Default: false

questions
array

Array of question objects.

responses
array

Array of response objects.