Hi,
I’m trying to manipulate the position for each stimulus precisely on the builder for an online experiment using the units of height rather than in pixels. Because if I specify the location of my stimulus in pixels, it might display in the wrong place due to different pixel size across monitors for the online experiment. But the location of target stimuli is obtained in pixel, I wonder what will be the best way to make sure the size constant and position precisely for the online experiment.
Here is the sketch of the paradigm and parameters that I am using now. The participant will view a target object embedded in the stimulus (e.g., an image) following a centre fixation cross at the position [0,0]. I wish to display the target object on the [0,0] which following the position of the precedent fixation cross. However, the location of the target object varies across stimuli. For example, the size of the stimuli is 460 x 670, and the target object located at 230x 270. In order to display the target stimulus on the [0,0], I try to set the position (0, 300), for moving vertically at the moment and set the size (460,670) in the unit of the pixel to make sure the size will be constantly for the online experiment.
It is probably not making sense when I specify the location in pixel, and when my target stimulus is not well match to the location of the fixation cross…
I would greatly appreciate it if you kindly give me some feedback.
Thanks a lot!