Not logging time of multiple choice forms
HI!, I'm making and experiment where the subject needs to respond to 3 multiple choice forms in a row. The problem is that I'm not getting any time for the latency of the response. In the variable inspector i get NA in time_multiple_choice_1, etc. I need that because it is an important part of the experiment.
Comments
Hi,
Forms aren't really intended to measure reaction times. However, you can do so by taking the difference between the timestamps just before and just after the form was executed. So basically, you would first set a
t0in aninline_script:Then run the form. And finallt determine the response time:
I attached a simple example script.
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!