Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

How to set correctly mouse response

Hi,

I have a sketchpad where there are 4 possibile response rapresented by 4 circles form bottom left to bottom righr in up of the slide. I want to set for each trial a correct response for the mouse response that correspond always for only one of those circles (obv depending on the trial request). How can i do it? For helping in these resolution i'm doing a stroop task where partcipant have to click on the circle that has the same colour of the word in the specific trial. What is the way to set the correct response?

Comments

  • Hi @jacopo95,

    If you set the duration of the sketchpad item to 0, and immediately follow it with a touch_response item, you can use it divide the screen up into clickable areas. Each area is then given a number which counts as the response once it is clicked. For instance if a participant clicks in the top-left corner, this will be registered as 1. So, you can set the value of correct_response to the number of the area that contains the target. You can look at the help item that is available in the `touch response` item (by clicking on the question mark button at the top-right in this items configuration panel), to view the system with which number are assigned to areas.

    Buy Me A Coffee

  • Thank you so much

Sign In or Register to comment.