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> <trial>

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 responsey in a text stimulus:

<text sometext>
/ items= ("mouse monitor = <% trial.sometrial.responsemonitor %>")
</text>

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

<page somepage>
mouse monitor = <% trial.sometrial.responsemonitor %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.