Hi, i'm trying to dynamically set the "beginresponsetime"-property, but the following doesn't seem to work. The debug-window will show 500, but the time used is 1000.
<values>
/ ast = 500
</values>
<trial testtrial>
/ responsetime = 1000
/ ontrialbegin = [trial.testtrial.beginresponsetime = values.ast]
</trial>
Can you help me with that? Thank you.