The number of times the specified element has been run within the current block.
<block> <expt> <likert> <openended> <slidertrial> <trial>
If the element is a block, this property always returns 1 because a block can only be run once within a single block. If the element is a trial, this property returns the number of times the given trial has been run within the block.
The following displays the value of count in a text stimulus:
<text sometext>
/ items= ("count = <% trial.sometrial.count %>")
</text>
The following displays the value of count in an instruction page:
<page somepage>
count = <% trial.sometrial.count %>
</page>