response time and correct response for each block
I am a beginner, I tried to use "IAT" experiment, but I want to obtain response time and correct response for each block to compare incongruent block to congruent block. Currently I have for each stimulus or the average of all stimulus in the experiment. How I can do to have response time and the number of correct response specifically for each block?
Comments
Hi,
Do you mean present response times and accuracy after every block, separately for congruent and incongruent trials? If so, you would need to do some scripting. If you use OsWeb the scripting has to happen in javascript, if regular Opensesame it must be a python inline_script. The idea would be to use new variables that count the correct responses and their RTs. Those variables you then can use to present as feedback.
Is this what you have in mind? Feel free to share your experiment here.
Eduard
ps, please don't post the same questions multiple times, that will make it hard to keep the forum clean.