Items API Initialization
item_pool_id
Sets the default Item pool to retrieve content from, such as Activities and Items.
You would want to use this option so that you can define an immutable set of Item bank content for an assessment that will never change.
Item pools are a snapshot of an Item bank that keeps assessment-ready content consistent and immutable for a long period of time.
For more information about Item pool usage see Using Item Pools to Create Content Snapshots.
Examples
var initializationOptions = {
item_pool_id: "my_item_pool_id"
// ...
};
Values
Attribute path item_pool_id
Type string