/ ontrialend = [ if (trial.mytrial.latency >= 1500) ... ]
trial.mytrial.error =true
ERROR: Expression 'trial.mytrial.error' is invalid. The expression attempts to set the value of read-only property.
<block myblock>/ trials = [1-10=mytrial]</block><trial mytrial>/ stimulusframes = [1=mytext]/ validresponse = (57)/ branch = [if (trial.mytrial.latency >= 1500) trial.tooslowtrial]</trial><trial tooslowtrial>/ stimulusframes = [1=tooslowtext]/ validresponse = (noresponse)/ trialduration = 500</trial><text mytext>/ items = ("Press the spacebar as quickly as possible.")</text><text tooslowtext>/ items = ("You are too slow... Try harder.")</text>