Replies: 1 comment
-
I used the
The magic happens in the The second part adds an event listener. This is a function that gets executed when you press a key. In this function you can see that when the 'k' key is pressed it will reset the visibility field to an empty string, effectively making the stimulus and slider appear. In the Hope this helps, and let me know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a trial that works in the following way:
Participants read some text on the screen, press a key to continue, at which point an image is displayed with a slider response. I would like the text to remain on the screen as well as the image.
Currently if I use
HtmlKeyboardResponse
and thenImageSliderResponse
, the text displayed obviously disappears.Is there any way to do this with existing plugins?
Beta Was this translation helpful? Give feedback.
All reactions