Home > @world-wide-lab/integration-jspsych > jsPsychWorldWideLab > save
jsPsychWorldWideLab.save() method
Save a response to World-Wide-Lab.
Signature:
typescript
static save(trialName: string, data: object): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
trialName | string | The name of the trial to store the data under. |
data | object | The data to store. |
Promise<void>