up Inquisit Language Reference

showMouseCursor property

Indicates whether the mouse cursor should be visible on the screen during the experiment, block, or trial.

Member of

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

Syntax

event.name.showMouseCursor

Read/Write

Type

boolean

Remarks

A value of 1 indicates the mouse cursor will be shown, 0 indicates it will not.

Examples

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

<text myText>
/ items= ("showMouseCursor = <% trial.q1.showMouseCursor %>")
</text>

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

<page myPage>
showMouseCursor = <% trial.q2.showMouseCursor %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.