This property reports the IP addresses assigned to the computer.
<computer>
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.
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>