The name of the currently running trial.
This property indicates which trial, if any, is currently running.
The following displays the value of currenttrial in a text stimulus:
<text sometext>
/ items= ("currenttrial = <% script.currenttrial %>")
</text>
The following displays the value of currenttrial in an instruction page:
<page somepage>
currenttrial = <% script.currenttrial %>
</page>