up Inquisit Language Reference

blocksCount property

Deprecated

The total number of blocks specified for an expt element.

Member of

<expt>

Syntax

expt.name.blocksCount

Read Only

Type

integer

Remarks

Note that this total does not include blocks run conditionally based on participant performance.

Examples

The following displays the value of blocksCount in a text stimulus:

<text myText>
/ items= ("blocksCount = <% expt.someExpt.blocksCount %>")
</text>

The following displays the value of blocksCount in an instruction page:

<page myPage>
blocksCount = <% expt.someExpt.blocksCount %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.