Skip to content

Home > @world-wide-lab/integration-jspsych > jsPsychWorldWideLab > setup

jsPsychWorldWideLab.setup() method

Setup the World-Wide-Lab JsPsych Integration.

Either this function or jsPsychWorldWideLab.initJsPsych() must be called before any data can be stored.

Signature:

typescript
static setup(options: SetupOptions): Promise<void>;

Parameters

Parameter

Type

Description

options

SetupOptions

Options to pass to the setup function.

**Returns:**

Promise<void>