Repeat invalid responses in touch_response item
Hi everyone,
I'm using the 'touch_response' item to record responses on a tablet. The grid consists of 2 columns and 2 rows, with the cells corresponding to:
1 2
3 4
A sample is presented in cells 1;2 and two options (A or B) are presented in 3;4. Depending on the sample presented, the participant needs to select A or B, which randomly appear in cells 3 or 4.
This works all fine, except that I want to disable/ignore responses in cells 1;2. Currently, it records them as incorrect responses and continues to the next trial but I want the sequence to repeat itself until the participant either selects cell 3 or 4.
I've tried including a 'repeat_cycle' with [response]=.... , but this doesn't seem to work.
Does anyone have an idea how to solve this?
Thank you!
Daan
Comments
Hi @daanw,
I'm not familiar with the touch response method, but it sounds as if you might be able to solve this enclosing the response taking within a loop with a high number of iterations and then program the "Break if" property, making sure that the loop only gets interrupted if responses 3 or 4 are registered.
Hope this helps,
Fabrice.