Randomization within a timeline #2547
Unanswered
LinusZeuwts
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @LinusZeuwts, I haven't looked at your code closely but I did notice that your var test = {
timeline: [test_A, test_B, test_C, test_D],
randomize_order: true,
repetitions: 2
}; Does that solve the problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear
I'm writing an experiment in which i would like to present the participant with four stimuli. Each stimuli includes four images which are presented in a fixed order. This is essential as each image requires a specific button press. The stimuli are preceded by a "get ready" trial and then a short black interval. The sum of the four keystrokes will be calculated and presented as feedback (debrief) after each stimuli.
Now I want to present the stimuli, that are nested onto a timeline, in a random order. However, I fail to get them randomized.
Does anybody know how to get them presented in a randomized order? I included the entire code and stimuli . The var "test", at the bottom of the code, is where I experience difficulties
Thanks in advance!!
Linus
Get Ready.pptx
Trial D.pptx
Practice Trial.pptx
Trial A.pptx
Trial B.pptx
Trial C.pptx
Empty.pptx
Example.pptx
Beta Was this translation helpful? Give feedback.
All reactions