up Inquisit Language Reference

currentexpt property

The name of the currently running expt.

Member of

<script>

Remarks

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

Examples

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

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

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

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

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