# ---------------------------------------- # Configuration arguments for FittsTaskTwo # ---------------------------------------- # ----- # PARTICIPANT CODE (part of output data file names) P99 # ----- # BLOCK NUMBER (part of output data file names) 1 # ----- # NUMBER OF TARGETS (n) per target condition (use an odd number; e.g., 9 or 17) # # NOTE: the number of trials is one less than the number of targets (because # the click on the first target begins the first trial). 9 # ----- # TARGET AMPLITUDES (space delimited) 256 512 128 # ----- # TARGET WIDTHS (space delimited) 16 32 # ----- # RANDOMIZE TARGET CONDITIONS (yes,no) yes # ----- # BEEP ON ERROR (yes,no) yes # ----- # BUTTON-DOWN HIGHLIGHT (yes,no). # # If "yes", the target color changes to the specified "button-down" colour # when the mouse button is down and the pointer is over the target. yes # ----- # MOUSE-OVER HIGHLIGHT (yes,no). # # If "yes", the target color changes to the specified "highlight" colour # on "mouse over" (see below). It reverts to the "target" color if # the tracking symbol exits the target. It might be useful to set this # argument to "yes" for input configurations where there is no mouse # pointer (e.g.,using touch or eye tracking input). no # ----- # ERROR RATE THRESHOLD (%). # # A block is repeated if the error rate in percent is # equal to or higher than this integer argument. Use "101" to disable this feature. 50 # ----- # SPATIAL HYSTERESIS (SH). # # This is a scaling factor to create a larger virtual target -- a hysteresis zone -- # to improve target selection. The mouse pointer is deemed to enter the # target when it enters the "real target". The pointer is deemed to exit # the target when the pointer exits the hysteresis zone. # # With SH = 2.0, for example, the hysteresis zone has 2x the diameter # of the real target. The default value of 1.0 essentially disables this feature. 1.0 # ----- # BACKGROUND R G B COLOR (e.g. use "255 255 255" for white) 255 255 255 # ----- # FOREGROUND R G B COLOR 0 0 0 # ----- # TARGET R G B COLOR 255 0 0 # ----- # BUTTON-DOWN R G B COLOR 128 0 0 # ----- # MOUSE-OVER R G B COLOR 255 229 229 # --- end ---