repeat_cycle in OSWeb
Hey all,
right now, I'm trying to implement a practice trial for my experiment where participants have to click on one element on a feedback item to categorize it from a list of stimuli. For this, participants get presented the current stimuli and have two options to click at in the feedback item. Now, to control for wrong clicks, I tried to include a repeat_cycle item after the mouse_response. But as it seems this screws up the experiment, since afterward the cursor_roi is set to undefined (and even when the condition for the repreat_cycle is met, the cycle is not repeated). Since, if I understand the documentation correct, this element should be supported for OSWeb, I don't understand how this error occurs.
+ if I have to delete the repeat_cycle and find a work-around, do you have an idea on how to implement this, without many lines of code?
I append you a shortened version of the experiment, which basically shows my problems when looking at the logging of cursor_roi before and after.
Thanks a lot in advance,
Leo