JJT
About
- Username
- JJT
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
Hi! That indeed helped, I used your script to find out which key I needed to define. It turns out that with the psychopy backend, the keypad key is "num_6". With the experiment backend, it's "KP6". Thanks a lot :)
-
Hi Sebastiaan. Thanks for helping! The issue seems to be resolved by using a different back-end. I've now switched from Expyriment to Psychopy. I now have another (more minor) problem after the switch: the response-mapping of the keypad numbers see…
-
Nevermind, I've already found the mistake I was making. I didn't change the "allowed responses". Stupid!
-
Thanks a lot! I'll try it :)
-
Hi, Thanks, eventually it worked out even without the "duration_stimulus - 2". It sends a marker on key-press automatically. The following is the code now? experiment.clock.reset_stopwatch() key, rt = experiment.keyboard.wait(keys=[left_r…
-
Thanks!