The two letter ISO 3166 country code of the default user locale.
<computer>
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.
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>