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