|
Post by researcher on May 21, 2021 22:20:01 GMT
Hi all,
I'm now setting up an experiment, in which the participants have to read a short sentence with around 5 to 6 words and then re-type it. Just wondering how I can present the sentence first, then ask the participant to press a key before he/she retypes it. The sentence has to be invisible to the participant while re-typing. There are about 20 sentences altogether, which will be presented one by one. I tried a few different ways but it didn't work.
Any tips would be appreciated!
|
|
|
Post by PsyToolkit on May 29, 2021 20:09:40 GMT
This sort of text-based experiments in which people have to type sentences can be difficult. The PsyToolkit instruction to use is readkeys
You will need to "play around" with it. This is definitely possible, though.
|
|
|
Post by researcher on May 30, 2021 20:23:23 GMT
This sort of text-based experiments in which people have to type sentences can be difficult. The PsyToolkit instruction to use is readkeys
You will need to "play around" with it. This is definitely possible, though.
Thanks for the tip. I've tried the code for readkeys but I still struggle to find out how to hide the input sentence during text input. Could you maybe tell me which instructions can be used?
|
|
|
Post by PsyToolkit on Jun 11, 2021 9:11:59 GMT
By default, nothing is shown. Just use "readkeys" without any other options, and see what happens.
|
|