Hi All,
one question: when is
<block BLOCKname>/ ontrialbegin = [...]</block>
executed? I'm asking specifically with regard to the following scenario.
Suppose you have
<trial TRIALname>/ ontrialbegin = [counter = counter + 1]/ branch = [if (something) trial.TRIALname]</trial>
<block BLOCKname>/ ontrialbegin = [counter = counter + 1]/ trials = [1-10 = TRIALname]</block>
Will block.ontrialbegin be executed only for the 10 times the block will call the trial OR will it also be executed when the trial branches into itself?
In any case, do I assume correctly that block.ontrialbegin always fires before trial.ontrialbegin?
Bye, Malte