Feedback during a trial
Hi,
I'm working on a dot probe task and I want to give a "feedback reminder" during a trial when participants are a bit slow and could go faster. I want the reminder on screen while a trial is still in process and is still going to be completed.
When participants have to give a keyboard response, I want to show a "Go Faster!" reminder on screen if no response was given after 500ms, the "Go Faster!" message should fade away after 300 ms. During this time, participants should at all times still be able to give a keyboard response
This is how it should look like during the trial. Can't figure out how to do this.
Thanks
Comments
Hi @Roland ,
You could do this by using a
coroutinesitem and presenting onesketchpad(without the reminder) at 0 ms, and then anothersketchpad(with the reminder) at 500 ms. Akeyboard_responsewould then be running all the while, from the beginning to the end of thecoroutines. Like so:See also:
Hope this helps!
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
Thanks for the explanation! Working as intended.
Kind regards,
Roland