The total number of blocks specified for an expt element.
<expt>
expt.name.blockCount
Read Only
integer
Note that this total does not include blocks run via branch commands. Only blocks explicitly stated under the <expt> element are counted.
The following displays the value of blockCount in a text stimulus:
<text myText>
/ items= ("blockCount = <% expt.someExpt.blockCount %>")
</text>
The following displays the value of blockCount in an instruction page:
<page myPage>
blockCount = <% expt.someExpt.blockCount %>
</page>