up Inquisit Language Reference

responseMonitor property

The monitor the mouse cursor was on at the moment the last response was given by the participant for the specified trial or block.

Member of

<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>

Syntax

event.name.responseMonitor

Read Only

Type

integer

Remarks

If the element is a block, this returns the monitor from the most recent trial that was run within the block. If the element is a trial, this returns the monitor of the last time the trial was run. This returns -1 if the monitor is unknown.

Examples

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

<text myText>
/ items= ("mouse monitor = <% trial.myTrial.responseMonitor %>")
</text>

The following displays the value of responseMonitor in an instruction page:

<page myPage>
mouse monitor = <% trial.myTrial.responseMonitor %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.