up Inquisit Language Reference

ipaddress property

This property reports the IP addresses assigned to the computer.

Member of

<computer>

Remarks

This is a collection property containing a list of all of the IP Addresses assigned to a computer. Computers typically have only one IP Address but may have more if they have multiple network cards. If the computer is located within a LAN, the computer may be assigned an IP address that is not globally unique.

Examples

The following displays the ip address in a text stimulus:

<text sometext>
/ items= ("correct = <% computer.ipaddress.1 %>")
</text>

The following displays the application mode in an instruction page:

<page somepage>
correct = <% computer.ipaddress.1 %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.