Displaying two stimuli with keyboard-canvas-response #1947
Answered
by
Max-Lovell
Max-Lovell
asked this question in
Q&A
-
Hi all, Is it possible to display two stimuli with the keyboard-canvas-response plugin? thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Max-Lovell
Jun 30, 2021
Replies: 1 comment 2 replies
-
not sure how to delete but I have figured out the issue, stimulus: function drawRect(c){
c.getContext('2d').fillRect(0, stim_y, squareWidth, squareWidth);
c.getContext('2d').fillRect(500, stim_y, squareWidth, squareWidth)
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
becky-gilbert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not sure how to delete but I have figured out the issue,