I’m running some experiments and I need to precisely measure participants’ response time to questions. I know there are some commercial software, but I was wondering if I can do this with Python. Does python provides suitable functionality to measure the response time in millisecond unit?
Thank you,
Joon
You could measure the execution time between the options displayed and the input received.
http://docs.python.org/library/timeit.html