This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Assess API

shuffle_items

Enables shuffling of items based on a given seed.

Important The string value will provide same ordering of items for all sessions, as opposed to true which gives a different order per session.

Important If shuffle_items is set within a section it overrides the root level default behaviour.

Note Visit the shuffling items documentation for more.

Values

Request object key configuration.shuffle_items

Default: false

This option can be initialized as one of the following types: boolean string.

  • Type boolean
    Randomize items using the session_id as the seed.
  • Type string
    Randomize items using the supplied value as the seed.
Was this article helpful?