up Inquisit Language Reference

subjectId property

The current subject id code.

Member of

<script>

Syntax

script.name.subjectId

Read Only

Type

string

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.