mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Merge branch 'v8' into core-rewrite
This commit is contained in:
commit
7339dfcac3
@ -46,8 +46,10 @@ 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 all the timeline variables of a trial to jsPsych's data, you can set `save_timeline_variables: true` in the trial.
|
||||
|
||||
|
||||
## Trial parameters
|
||||
|
||||
We've made some trial parameters more strict to improve the maintainability of the library.
|
||||
|
Loading…
Reference in New Issue
Block a user