That worked perfectly, thankyou.
Would you also know if there is a way to get a block to timeout/ stop based on script.elapsedtime rather than time since block/trial started? Ie. if a participant gets to say 10 minutes through the experiment and is still on a certain stage, then would a branch such as:
/branch = [ if (script.elapsedtime >= 6000000) block.get_experimenter]
work?
I'm not sure if I am using the elapsedtime attribute in the right way, I have read the inquisit help and language reference from top to bottom!
Thanks again, couldn't have gotten to this stage without your help!