up Inquisit Language Reference

trialscount property

The number trials that a block will run.

Member of

<block> <survey>

Remarks

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.

Examples

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>

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