Two consecutive mouseclick responses on the same item
Hi!
I am building an experiment and facing some issues that I haven't found a solution to. Following a response to each trial, I am including two sketchpads with confidence-judgment questions about the response (How certain are you/How challenging was it). The response to both of these is in a 5-point Likert scale format and I want the response to be logged via mouseclick. The problem I have is that there is no "correct" response to these items; I just want to record which option they click on. Also, the cusor_roi variable doesn't work for me, as it is a single variable and changes when the second question comes about (in essence, the second click overwrites the first instead of somehow logging them both).
I have tried using list format, but it doesn't work for me either, because I want the options to be horizontally (and not vertically) spread, and I also want to edit the size and color of the font.
Any ideas?
Thanks in advance!
Comments
Hi @Tryfonas_Bikos,
The cursor_roi is the right method, but you'd need to insert some coding right after each of your two mouse objects to save the cursor_roi into a distinct variable after each mouse response.
That way your logger will contrain, for each trial, the response to the fisrt mouse object and to the second mour objects separately.
I attach a quick example to illustrate the idea. It should allow you to adapt your own task.
Best,
Fabrice.
Dear Fab,
Seems to work great!
Thank you!