Replies: 1 comment 2 replies
-
Hey @GWarlop , Check out #1343 for a similar problem and possible solutions. |
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.
-
Hello! I am very new to JsPsych and I am designing an experiment in which I need to present different stimuli to left and right handed people. Therefore, I first add a multiple-choice question in the timeline to assess the participant’s handedness. Depending on their answer I need to show different stimuli and determine some other variables in my code. I made the (simplified) code for a right-handed participant and that is running smoothly, but now I am struggling to alter the stimuli depending on their answer on the multiple-choice question. Here are the relevant pieces of the code:
I assume it has something to do with certain elements being available at certain points or not, but I can’t figure out how to access the handedness information from the multiple choice question and use it further in my code. What am I doing wrong and how can I get the handedness information from the multiple-choice question and use it further in the experiment?
Beta Was this translation helpful? Give feedback.
All reactions