up Inquisit Language Reference

currenttrial property

The name of the currently running trial.

Member of

<block> <script>

Remarks

This property indicates which trial, if any, is currently running.

Examples

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

<text sometext>
/ items= ("currenttrial = <% script.currenttrial %>")
</text>

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

<page somepage>
currenttrial = <% script.currenttrial %>
</page>

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