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

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 sometext>
/ items= ("showmousecursor = <% trial.q1.showmousecursor %>")
</text>

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

<page somepage>
showmousecursor = <% trial.q2.showmousecursor %>
</page>

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