OS Big Sur 11.2.2:
PsychoPy version 2021.1.2:
What are you trying to achieve?: Set specific correct answer based on participant’s input in the Experiment info
What did you try to make it work?: I created an experiment and, in the .csv file containing the stimuli I created two columns (e.g., corrAnsA and corrAnsB) containing the correct response keys for the two conditions (that the participant has to indicate in the Experiment info).
I need the Builder to read the column corrAnsA in case the participant types “A” as condition and corrAnsB in case it types “B”. I tried setting in the Correct answer field something like:
$corrAns + expInfo[‘Condition’]
or:
$“corrAns” + expInfo[‘Condition’]
but it doesn’t work. Can anyone suggest how to solve it?
Thank you
Daniele