Initialization Option Items API

user_id

The ID of the learner that is attempting the assessment.

You must specify this option so that the learner and their session are uniquely identified.

Important Must not exceed 50 characters, nor contain any personally identifiable information. Learnosity strongly suggests that you use a UUID for this value.

Examples

var initializationOptions = {
    "user_id": "11111111-2222-3333-4444-aaaaaaaaaaaa"
    // ...
};

Values

Request object key user_id

Type string

Best practices

  • Learnosity strongly suggests that you use a UUID for this value.

Related articles

this is a mandatory property.

Was this article helpful?