The current subject id code.
<script>
script.name.subjectId
Read Only
string
The following displays the value of subjectId in a text stimulus:
<text myText>
/ items= ("subjectId = <% script.subjectId %>")
</text>
The following displays the value of subjectId in an instruction page:
<page myPage>
subjectid = <% script.subjectId %>
</page>