The name of the operating system on the computer.
<computer>
computer.name.os
Read Only
string
The following displays the operating system in a text stimulus:
<text myText>
/ items= ("correct = <% computer.os %>")
</text>
The following displays the operating system in an instruction page:
<page myPage>
correct = <% computer.os %>
</page>