up Inquisit Language Reference

osMajorVersion property

The major version of the operating system on the computer.

Member of

<computer>

Syntax

computer.name.osMajorVersion

Read Only

Type

integer

Remarks

Examples

The following displays the major version of the operating system in a text stimulus:

<text myText>
/ items= ("correct = <% computer.osMajorVersion %>")
</text>

The following displays the major version of the operating system in an instruction page:

<page myPage>
correct = <% computer.osMajorVersion %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.