Initialization Option Items API

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

Request object key item_pool_id

Type string

Related articles

Was this article helpful?