up Inquisit Language Reference

blockCount property

The total number of blocks specified for an expt element.

Member of

<expt>

Syntax

expt.name.blockCount

Read Only

Type

integer

Remarks

Note that this total does not include blocks run via branch commands. Only blocks explicitly stated under the <expt> element are counted.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.