Skip to content

Auto-advance on submitting a response in forms #1447

Description

@abhsarma

Is your feature request related to a problem? Please describe.
Responses created in the config.json such as buttons should have the option to auto-advance the participant to the next trial. This is necessary for perceptual studies such as the correlation task or the stroop test which require participants quickest response.

Another related option could be to prevent participants from changing their response after they've selected an answer. But this could be potentially unnecessary

Describe the solution you'd like
For the auto-advance feature, two additional fields under response:

{
  ...
  "autoAdvanceToNextStep": true, // 'false' by default, could be set to 'true'
  "autoAdvanceDelay": 300"
}

For disable:

{
  ...
  "allowResponseChange": true, // 'true' by default, could be set to 'false'
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

  • Status
    In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions