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