The number trials that a block will run.
block.name.trialsCount
Read Only
integer
This property specifies the number of trials a block will run. (Note this is distinct from the trialCount property which keeps a running tabulation of the number of trials run.
The following displays the value of trialsCount in a text stimulus:
<text myText>
/ items= ("trialsCount = <% block.myBlock.trialsCount %>")
</text>
The following displays the value of trialsCount in an instruction page:
<page myPage>
trialsCount = <% block.myBlock.trialsCount %>
</page>