up Inquisit Language Reference

osMinorVersion property

The minor version of the operating system on the computer.

Member of

<computer>

Syntax

computer.name.osMinorVersion

Read Only

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.