Group: Forum Members
Posts: 39,
Visits: 108
|
I have an expert in which I recorded the x and y coordinates of a click with the following code:
<values> /x = 0 /y = 0 </values
then, for the relevant trials, I added in the following code:
/ ontrialend = [ values.x=trial.excited.responsex; values.y=trial.excited.responsey ]
My question is this: How can I figure out what those values mapped onto? That is, I have a data file that now gives me x and y coordinates, but how do I figure out what those x and y coordinates are relative to what else was on the screen? The numbers are of course useful in and of themselves, but I'd really like to know where people generally clicked (e.g., "near the red circle") Is there a way for me to visualize where people clicked using these values?
|