up Inquisit Language Reference

currentExpt property

The name of the currently running expt.

Member of

<script>

Syntax

script.name.currentExpt

Read Only

Type

expt

Remarks

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

Examples

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

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

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

<page myPage>
currentexpt = <% script.currentExpt %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.