up Inquisit Language Reference

countrycode property

The two letter ISO 3166 country code of the default user locale.

Member of

<computer>

Remarks

This property indicates the country code of the current computer user (for example, "US" for United States, "GB" for Great Britian). See the ISO 3166 standard for a complete list of country codes.

Examples

The following displays the countrycode in a text stimulus:

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

The following displays the countrycode in an instruction page:

<page somepage>
correct = <% computer.countrycode %>
</page>

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