The number of times the specified element has been run within the current block.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.count
Read Only
integer
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 myText>
/ items= ("count = <% trial.myTrial.count %>")
</text>
The following displays the value of count in an instruction page:
<page myPage>
count = <% trial.myTrial.count %>
</page>