Public Method Items API

options

Type: object

Properties

  • items array[string|object]

    An array of Item references (or Item objects). Each array element specifies one single Item to be added to the assessment.

    When using string references, each Item reference in the array will be fetched and added to the assessment.

    When using objects, each Item object in the array provides the content that will be added to the assessment.

  • removePreviousItems boolean

    When set to true, this will remove all Items in the assessment session before adding the new ones.

    When set to false, the Items will be appended to the assessment session.

    Default: true

Was this article helpful?