How to set tha answer to checkbox with both mouse and keyboard
in OpenSesame
I have a simple cheackbox with answers "true" and "false".
There is a way to let the user answer to it with both keyboard and mouse (his choice)?
Comments
As far as I know, forms don't allow for key responses (all actions are click based), so you would have to implement this yourself, which is certainly possible, but maybe not very easy...
Eduard
Actually I worked around the problem letting the user to choose at the beginning how he want to answer the questions. For "mouse" is activated an interactive form and for "keyboard" is activated a no-interactive form and a keyboard response.