Storing the order of clicked stimuli

Hi! I have 16 rectangles participants can click on (4x4 grid). For each trial I want to store the order of the clicked rectangles, e.g. 5,7,15,1 or 16,2,5.
How can I solve this problem?

Thank you for any help!

Hi,

If you have a mouse component that saves info after each click it should save the order in wich each rectangle is clicked on. You just need to add each rectangle into the “clickable stimuli” tab of the mouse component.

tandy

Hi tandy!
Great! Together with the setting ‘on click’ it works now.
Thank you very much!