Stimuli \ Layout

A collections of stimuli to be displayed

The layout and stimuli are arrays that list the stimuli associated with this trial. Stimuli in layout will be automatically displayed throughout the trial, and will not be affected by any actions. Stimuli within stimuli are not displayed automatically and may be dynamically interacted with during the trial (see interactions).

{
    layout: [
        stimulus1,
        stimulus2
    ],
    stimuli: [
        stimulus3,
        stimulus4
    ]
}
Last modified March 11, 2021: setup hugo (11980dc)