Assess API Initialization
metadata
Contains information related to the current session, such as the current time and the current Item, for example.
Note This data is mostly used by Items API in resume
mode.
Examples
"metadata": {
// Per item metadata
"items": [
{
"reference": "ccore_ccs_rabbit",
// Define default display name of the item in TOC
"display_name": "CC Card Item"
}
],
// Current test time
"current_time": 660,
// Remaining reading time
"current_reading_time": 50,
// Current sheet index
"current_sheet_position": 5,
//...
}
Values
Attribute path metadata
Type object