up Inquisit Language Reference

currentTrial property

The name of the currently running trial.

Member of

<script>

Syntax

script.name.currentTrial

Read Only

Type

trial

Remarks

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

Examples

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

<text myText>
/ items= ("currentTrial = <% script.currentTrial %>")
</text>

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

<page myPage>
currenttrial = <% script.currentTrial %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.