I’ve just updated my Key Check demo key-check [PsychoPy] to show that you can use an editable textbox to monitor for the last key pressed. Select textbox at the expInfo dialogue box.
Linking to related threads, though this would be less useful for a binary response in an RT experiment.
Hello,
I am currently trying to run an experiment where I take in binary responses, where ‘z’ is yes and ‘/’ is no. This works fine when I am running it from the builder, however when I try to run it In my local browser, it cannot detect the ‘/’ key anymore.
I have a keyboard component with the allowed keys as “z” and “slash”.
Has anyone else encountered this issue?
Thanks.
URL of experiment: https://run.pavlovia.org/Wake/dictation/
I am using
keys = event.getKeys()
if len(keys):
with the appropriate event=psychoJS.eventManager; in code_JS
Offline backslash is registered. Online, however, it seems that it fails at the len(keys) check.
I’m trying to map a Hungarian keyboard (press the y key to advance past the instructions in the demo) and it seems that one key isn’t being presented. The student says it’s í but I can get that by pressing `. I can’t, however, ge…