alexholcombe / dot-jump

dot-jump task, continuing from Martini unpublished work
GNU General Public License v3.0
1 stars 0 forks source link

dot-jump

dot-jump task, continuing from Martini unpublished work

Dyslexia dot-jump experiment design considerations We like the idea of making the distribution of dot positions non-uniform, so we can see whether dyslexics make use of the prior less. The obvious way to do that is by making particular angles (e.g., northeast and east) more likely. However, this is not ideal because it may also bias participants' fixation positions- they'd tend to move their eyes in that direction. An alternative, then, is to bias the distribution of radius, making certain eccentricities more likely. In fact, Brenner et al. (2008) already documented a low-eccentricity bias, and we could see whether dyslexics do that, and if they're responsive to other contingencies. BTW, it seems to me that because eccentricity isn't a circular variable, any natural incorporation of priors would cause one to be biased towards lower eccentricities, as that would reduce mean error. I don't know if you know what I mean, nor do I know whether Brenner et al. addressed this.

Brenner, E., Mamassian, P., & Smeets, J. B. (2008). If I saw it, it probably wasn’t far from where I was looking. Journal of Vision, 8(2), 7.1–10.

Experiment and parameters

This program displays a dot that jumps between positions on a circle. The dot appears to flicker at a random position in the sequence. At the end of a trial, the participant sees the positions the dot took on that trial and has to indicate with a mouse press where the dot was when it flickered.

The dot (or whatever stimulus you desire) appears at nDots equally spaced locations on a circle with center coordinates center and a radius of radius degrees of visual angle. The dot appears for itemMS milliseconds with an SOA of SOAMS.

Based on Patrick's analysis code and the raw data from Paolo's script, the SOA was 66.667ms and the item appeared for 22.222ms.

Data output

These are the file headers. Coordinates are in degrees of visual angle and defined from the center of the window.

See test_dot-jump_data.txt for an example of the output

Autopiloting

Selecting autopilot in the initial dialogue box brings adds some options to the experiment parameters. This takes a while. It's faster to use SimulateDotJumpData.R.