Capturing all text entry including keystroke timing #1539
-
I’m not sure why I’m having so much trouble with this, but I’m just trying to capture the text and keystroke information in a free text entry field. For example, if a user typed “I am”, the following would be captured:
Is this straightforward to write? (Eventually I would like to display an image while they complete each trial.) Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Adam, At the moment none of the included plugins will record this kind of info. You could modify the survey-text plugin to do this, or create a plugin from scratch. I think it will be relatively straightforward to write if/once you have an understanding of keyboard events in JavaScript. This tutorial looks pretty clear to me. This is an increasingly common request that we are getting, so if you do put together a plugin to do this let us know and consider submitting a pull request! |
Beta Was this translation helpful? Give feedback.
-
I have resolved this issue. |
Beta Was this translation helpful? Give feedback.
I have resolved this issue.