The current subject id code.
<script>
The following displays the value of subjectid in a text stimulus:
<text sometext>
/ items= ("subjectid = <% script.subjectid %>")
</text>
The following displays the value of subjectid in an instruction page:
<page somepage>
subjectid = <% script.subjectid %>
</page>