-
My experiment worked perfectly, and then suddenly started showing this when the the first html-keyboard-response trial is executed: v.toLowerCase is not a function When I remove all html-keyboard-response trials the experiment seems to work perfectly well. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
What is the choices parameter set to in the html-keyboard-response trial? |
Beta Was this translation helpful? Give feedback.
-
We removed support for numeric key codes in 6.3.0, as the corresponding feature in browsers is considered deprecated. Try replacing the values with the corresponding character representation. |
Beta Was this translation helpful? Give feedback.
We removed support for numeric key codes in 6.3.0, as the corresponding feature in browsers is considered deprecated.
Try replacing the values with the corresponding character representation.