02-12-2021, 10:58 AM
Alright! We have something for you to test now. We host a testing version of FindingFive at https://testing.findingfive.com. On the testing version:
(1) the keypress response can now listen to the key presses in a text response. That is, as participants are typing their answer in the text response, the individual keystrokes are also recorded by a background "keypress" response.
(2) the "text" response can now optionally take a new property:
which will disable the pasting function in a text response
(3) the "keypress" response can now optionally take a new property:
which will not only record the individual character keystrokes, but also functional keys like "Backspace", "Delete", etc.
Whenever you have a chance to test these new features, please let us know if they resolve the issues in your design? If they work as intended, we'll push them to the production server so that you can use them in studies! Thanks
(1) the keypress response can now listen to the key presses in a text response. That is, as participants are typing their answer in the text response, the individual keystrokes are also recorded by a background "keypress" response.
(2) the "text" response can now optionally take a new property:
Code:
"prevent_paste": false
which will disable the pasting function in a text response
(3) the "keypress" response can now optionally take a new property:
Code:
"functional_keys": true
which will not only record the individual character keystrokes, but also functional keys like "Backspace", "Delete", etc.
Whenever you have a chance to test these new features, please let us know if they resolve the issues in your design? If they work as intended, we'll push them to the production server so that you can use them in studies! Thanks