up Inquisit Language Reference

blockscount property

The total number of blocks specified for an expt element.

Member of

<expt>

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 sometext>
/ items= ("blockscount = <% expt.someexpt.blockscount %>")
</text>

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

<page somepage>
blockscount = <% expt.someexpt.blockscount %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.