up Inquisit Language Reference

monitor property

The monitor property specifies the screen on which the stimulus is presented.

Member of

<instruct> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

object.name.monitor

Read/Write

Type

integer

Remarks

The property specifies which monitor a given stimulus appears on for experimental paradigms that use multiple display monitors connected to the computer.

Examples

The following displays the value of monitor in a text stimulus:

<text myText>
/ items= ("monitor = <% text.foo.monitor %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.