Trouble with logging keypresses
Hello, I am creating an experiment which requires many keypresses. In one aspect of the experiment, the participant will type their response into the space I provided. I want to collect the entire body of text as the response. I also have a series of questions following in which I would like to record the keypress value (they are all numbers). I have a logger at the end of my experiment but the data file does not record any keypresses. Any help would be much appreciated.
Comments
I have attached the experiment I am working on for reference. I believe I need to write some sort of inline script to tell Open Sesame to record the keypresses, but I am unsure of where and how to do that.
Hi,
have you seen the text input form? This sounds like what you need. If you want to have all responses logged, then you need to add the logger after every call of the text input form.
https://osdoc.cogsci.nl/3.2/manual/forms/widgets/#text_input-textinput
Good luck,
Eduard