|
Post by Jiayin on Apr 23, 2020 14:33:12 GMT
Hello there,
This is really a very useful tool. Thanks to the developer and all the people involved.
I am preparing an audio perception test in which participants are asked to enter multiple letters.
First, when testing, I myself and my colleague both feel that keystrokes are often missed when we type reasonably fast. This slows down quite a bit the responses and is pretty error-prone. We are just wondering if it is only our keyboards or something else, and whether there is a solution for that.
Here is the code.
show text "xxxx" 0 -200 255 255 255 table my_sounds1 delay 500 sound @1 text color yellow readkeys option size 12 readkeys option space 21 readkeys option show -100 -20 readkeys option placeholders 50 50 readkeys @2 15000 delay 500
The second question is whether the information about participants' audio device input (loudspeakers, types of earphones...) is recorded somewhere.
Looking forward to your reply, Jiayin
|
|
|
Post by PsyToolkit on Apr 23, 2020 15:26:10 GMT
Hi,
Thanks for that. Can you please share your experiment with me? Please send me an email via psytoolkit@gmx.com.
Then I can check your code and see what is going on.
Audio devices are not recorded, but in the online surveys, there is an option for people to check their audio device and there is a test sound button for the participants. We use that in our studies with sound.
Best, Gijsbert
|
|
|
Post by Jiayin on Apr 29, 2020 20:43:14 GMT
The problem has now been solved -- multiple readkeys are working perfectly fine. Gijsbert has been really helpful and responsive!
|
|