-
Hey everyone, I'm currently trying to randomise my trials with the sampling methods given on jspsych.org. I'm using the fixed repetitions option. It should repeat every trial 3 times, but in a random order. Currently the repetition is working, but it repeats the trials in order (see shortened in- & output below). The trials are variables defined before. I tried to set randomize_order to true, but that didn't change a thing. Probably an easy one, but I could not find a solution by now. Any hint would be appreciated! :) var timeline_test_random = { Output: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @fin329, The |
Beta Was this translation helpful? Give feedback.
Hi @fin329,
The
sample
parameter (andrandomize_order
) only applies to the timeline variables, not the timeline itself. The motivation for this is that the timeline represents the fixed procedure that runs (e.g., show a fixation cross, show a stimulus, show feedback) and the timeline variables represent what is different between trials. This is why you are getting the same order each time.