The number trials that a block will run.
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 sometext>
/ items= ("trialscount = <% block.someblock.trialscount %>")
</text>
The following displays the value of trialscount in an instruction page:
<page somepage>
trialscount = <% block.someblock.trialscount %>
</page>