The minor version of the operating system on the computer.
<computer>
computer.name.osMinorVersion
Read Only
integer
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>