up Inquisit Language Reference

currenttrialnumber property

The number of the currently running trial.

Member of

<block> <expt> <script>

Remarks

This value increments each time a trial is run.

Examples

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

<text sometext>
/ items= ("currenttrialnumber = <% block.currenttrialnumber %>")
</text>

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

<page somepage>
currenttrialnumber = <% block.currenttrialnumber %>
</page>

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