From 1c059608f3ec5f9c5c4ffa746df44a2ae11b4f3e Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Tue, 7 Sep 2021 10:37:07 -0700 Subject: [PATCH] remove repetitions_per_point parameter - fixes #2131 --- docs/plugins/jspsych-webgazer-validate.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/plugins/jspsych-webgazer-validate.md b/docs/plugins/jspsych-webgazer-validate.md index 8565666e..078cdd27 100644 --- a/docs/plugins/jspsych-webgazer-validate.md +++ b/docs/plugins/jspsych-webgazer-validate.md @@ -11,7 +11,6 @@ Parameter | Type | Default Value | Description validation_points | array | `[[10,10], [10,50], [10,90], [50,10], [50,50], [50,90], [90,10], [90,50], [90,90]]` | Array of points in `[x,y]` coordinates. The default grid is 9 points. Meaning of coordinates controlled by `validation_point_coordinates` parameter. validation_point_coordinates | string | `'percent'` | Can specify `percent` to have validation point coordinates specified in percentage of screen width and height, or `center-offset-pixels` to specify each point as the distance in pixels from the center of the screen. roi_radius | numeric | 200 | Tolerance around the validation point in pixels when calculating the percent of gaze measurements within the acceptable range. -repetitions_per_point | numeric | 1 | The number of times to repeat the sequence of calibration points. randomize_validation_order | bool | `false` | Whether to randomize the order of the validation points. time_to_saccade | numeric | 1000 | The delay before validating after showing a point. Gives the participant time to fixate on the new target before assuming that the participant is looking at the target. validation_duration | numeric | 2000 | If `calibration_mode` is set to `view`, then this is the length of time to show a point while calibrating. Note that if `click` calibration is used then the point will remain on the screen until clicked.