Items API Initialization
session_id
Uniquely identify the learner's assessment session.
Providing a session_id
is mandatory and will allow you to use the various built-in reports using Reports API, and provides access to the session data using Data API.
Important Must be a valid UUID (version 4).
Examples
var initializationOptions = {
"session_id": "11111111-2222-3333-4444-aaaaaaaaaaaa"
// ...
};
Values
Attribute path session_id
Type string
Related articles
this is a mandatory property.