simultaneously presenting moving object while collecting response
Hi all,
Assuming I have created a moving object on canvases,
How can I collect subject's response (correct , response_time) while presenting the moving object?
( e.g the subject has to press the "space bar" if he notices for instance the object in certain place..)
Gily
Comments
Hi Gily,
That depends on the implementation of your moving object. But supposing you are using a while loop. you can simple add
k,t= kb.get_key(timeout=0), to sample keyboard responses. That happens virtually at the same time (Of course you have to create that keyboard first). If you give me more information on your implementation I might be able to help you more.Eduard