up Inquisit Language Reference

os property

The name of the operating system on the computer.

Member of

<computer>

Syntax

computer.name.os

Read Only

Type

string

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.