From ba39cca0da722b55d49931e06401e83829d35dfe Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Sun, 14 Jan 2024 12:56:52 -0500 Subject: [PATCH] add documentation update --- docs/plugins/visual-search-circle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/visual-search-circle.md b/docs/plugins/visual-search-circle.md index f17c8c825e..b41ac8facb 100644 --- a/docs/plugins/visual-search-circle.md +++ b/docs/plugins/visual-search-circle.md @@ -32,6 +32,7 @@ The `target_present` and `fixation_image` parameters must always be specified. O | target_absent_key | string | 'f' | The key to press if the target is not present in the search array. | | trial_duration | numeric | null | The maximum amount of time the participant is allowed to search before the trial will continue. A value of null will allow the participant to search indefinitely. | | fixation_duration | numeric | 1000 | How long to show the fixation image for before the search array (in milliseconds). | +| response_ends_trial| boolean | true | If true, the trial will end when the participant makes a response. | ## Data Generated