Hi Micheal,
Thank you so much for your response. Now I tried to find the coding error and did some changes:
Begin Experiment:
msg=""
End Rountine:
if resp1.keys:
corr=resp1.corr
rt=resp1.rt
else:
corr
thisExp.addData(‘rt’, rt)
thisExp.addData(‘corr’, corr)
Find attached the screenshots:
I read this openIAT resource: demos / OpenIAT · GitLab
Here I have some question:
a. Now the experiment can judge right or wrong answer, but what I need is that when the respondent chooses a wrong answer, he/she can not continue until he/she chooses the right answer.
b. If he/she chooses the right answer, the test goes directly to the next word.
I tried to code it, but it did not work.
I read this tip: Feedback depending on correctness of answer inside a trial
Could you give please me advice?
Thanks in advance.