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'
}
Is your feature request related to a problem? Please describe.
Responses created in the
config.jsonsuch 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:
For disable: