Replies: 1 comment 3 replies
-
Hey, Have you looked into conditional timelines? I am not sure whether I understand your design, but could you maybe just give them a trial where they choose the condition (it seems like you are writing your own code for this, but maybe the button response trial is fine for this?). Then, you have separate timelines for each condition that are wrapped in a conditional trial. Basically, the timeline for a condition is then only run if participants clicked the corresponding button in the previous condition. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Here is the first part of my code. It allows the participant to choose the condition of the experiment they would like to take(labeled A,B, or C.).
Here is the next part. It is the actual experiment.
The problem is that I have not found a way to combine the two ideas and make a different set of trials run depending on what condition the participant selected. Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions