Hi All, I am using builder view to create an online experiment. and I need to add feedback after each trial.
This should help participants to learn which keys to press (‘d’, ‘l’)
I used examples to come up with the next solution:
I guess there is no feedback on the first trial because related_resp.keys has nothing saved from the previous run, right? Is there a simple way to overcome this?
2. The most important problem is that I get feedback inconsistently. (when I on purpose press wrong key, feedback says “Correct!”).
First, I thought I made a mistake in my condition file: However, I couldn’t find error…
And I Even comparing corrAns and related_resp.keys in output files.
I can found it error but I don’t know what should I do…
Taking together, it makes me to think that my mistake is having feedback as routine style,
What should I do?
Thank your help
-kate-