The number of trials that have been run within the given element within the entire experiment.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.totalTrialCount
Read Only
integer
None.
The following displays the value of totalTrialCount in a text stimulus:
<text myText>
/ items= ("totalTrialCount = <% trial.myTrial.totalTrialCount %>")
</text>
The following displays the value of totalTrialCount in an instruction page:
<page myPage>
totalTrialCount = <% trial.myTrial.totalTrialCount %>
</page>