The number of trials that have been run within the given element within the current block.
<block> <expt> <likert> <openended> <script> <slidertrial> <trial>
If the element is a block, this property returns the total number of trials run in the block regardless of trial type. If the element is a trial, this returns the number of times that type of trial was run within the block.
The following displays the value of trialcount in a text stimulus:
<text sometext>
/ items= ("trialcount = <% trial.sometrial.trialcount %>")
</text>
The following displays the value of trialcount in an instruction page:
<page somepage>
trialcount = <% trial.sometrial.trialcount %>
</page>