up Inquisit Language Reference

sessionId property

The current session id.

Member of

<script>

Syntax

script.name.sessionId

Read Only

Type

string

Remarks

Examples

The following displays the value of sessionId in a text stimulus:

<text myText>
/ items= ("sessionId = <% script.sessionId %>")
</text>

The following displays the value of sessionId in an instruction page:

<page myPage>
sessionid = <% script.sessionId %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.