mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
update description of save_timeline_variables
This commit is contained in:
parent
5a1b338d19
commit
826cf38bf0
@ -46,7 +46,7 @@ const trial = {
|
||||
We've added some better error support for `evaluateTimelineVariable()` so that it will throw an error if there's no corresponding timeline variable to evaluate.
|
||||
|
||||
We've removed support for `jsPsych.getAllTimelineVariables()` and replaced it with the trial-level property `save_timeline_variables`.
|
||||
If you need to save timeline variables to jsPsych's data, you can set `save_timeline_variables: true` in the trial.
|
||||
If you need to save all the timeline variables of a trial to jsPsych's data, you can set `save_timeline_variables: true` in the trial.
|
||||
|
||||
## Trial parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user