up Inquisit Language Reference

trialsCount property

The number trials that a block will run.

Member of

<block> <survey>

Syntax

block.name.trialsCount

Read Only

Type

integer

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 myText>
/ items= ("trialsCount = <% block.myBlock.trialsCount %>")
</text>

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

<page myPage>
trialsCount = <% block.myBlock.trialsCount %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.