The name of the currently running expt.
<script>
script.name.currentExpt
Read Only
expt
This property indicates which expt, if any, is currently running.
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>