Initialization Option Items API

organisation_id

Sets the default Item bank to retrieve content from, such as Activities and Items that can be used in the assessment.

You would want to use this option if you have multiple Item banks, and need to specify which one to use.

Examples

var initializationOptions = {
    organisation_id: 12345
    // ...
};

Values

Request object key organisation_id

Type number

Related articles

Was this article helpful?