|
Post by jabernet on Feb 7, 2020 22:31:21 GMT
As implemented below, attempting to delete a character in a readkeys response causes the entire task to crash. Any ideas on how to fix this? Below is a snippet of the full task:
|
|
|
Post by PsyToolkit on Feb 10, 2020 15:01:32 GMT
Hi, can you please send me your experiment as a zip file (psytoolkit@gmx.com)?
|
|
|
Post by jabernet on Feb 10, 2020 18:35:52 GMT
Thank you for the help. Can you point me to the documentation describing how to generate the zip file? I thought the 'download for offline' option would generate this, but it only produced the .html file. If I just need to archive this .html file with the additional files in the task I can certainly do that, just let me know. Thanks again.
|
|
|
Post by PsyToolkit on Feb 11, 2020 9:14:32 GMT
Near that "download for offline" button is a "?" blue questionmark symbol. Click that to read how to do that.
|
|
|
Post by bigFan on Apr 7, 2020 14:57:59 GMT
I've had a version of this problem reported by a couple users (online participants) out of hundreds who successfully completed my readkeys experiments. Then I observed it myself recently when using Firefox. The effect is that hitting delete (first) during readkeys restarts the experiment from the beginning. Hitting it after another key is entered, produces a "leave current screen?" warning. This currently happens to me in FireFox, but not Chrome or Safari on my mac, so I'm just warning participants not to do the task on Firefox for now, but I wonder if it may be a browser setting.
|
|
|
Post by PsyToolkit on Apr 8, 2020 9:41:59 GMT
Yes, you are absolutely right that the readkeys function is currently not working well. I am working hard on a solution.
|
|
lamus
New Member
Posts: 1
|
Post by lamus on Apr 15, 2020 10:11:23 GMT
Hi bigFan,
I was building an experiment myself and also came across this. It looks like delete button is a Firefox shortcut for going to the previous page – I bypassed the issue myself by disabling this shortcut in the browser settings, but it might be a bit troublesome for participants (paste about:config into the Firefox search bar, then paste browser.backspace_action and change value to 2).
|
|