[open] Logging only the first time, and not when reapeat_cycle occurs
Hi, i have this example. I'm trying to figure out if there's a way in the GUI for logging the variables and responses only the first time, and not when the subject reach the repeat_cycle (that's infinite tries until he gives the only right answer).

There's two answer possibles, and the right one depends of the skechpad (1 or 2). Each trial is presented 10 times, random order. But the point is only the first answer must be logged, and not when they repeat the cycle by a bad answer.
Thanks.
Comments
Hi,
It's a bit unclear to me whether you want to log only when a cycle is repeated, or only when it is not repeated. But either way, you can make use of the fact that the
repeat_cycleplug-in sets the variablerepeat_cycleto 0 (don't repeat) or 1 (repeat), depending on whether a cycle should be repeated. So if you want to call theloggeronly for trials that will not be repeated later on, you can use this run-if statement:Does that help at all?
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!