Assess API Initialization
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
Attribute path configuration.shuffle_items
Default false
-
Type boolean
Randomize Items using the
session_id
as the seed. -
Type string
Randomize Items using the supplied value as the seed.