The monitor the mouse cursor was on at the moment the last response was given by the participant for the specified trial or block.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.responseMonitor
Read Only
integer
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.
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>