up Inquisit Language Reference

screenCapture property

Indicates whether a snapshot of the screen as it appears during the final frame of the trial should be saved to an image file.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.screenCapture

Read/Write

Type

boolean

Remarks

A value of 1 indicates the screenCapture will be saved, 0 indicates it will not.

Examples

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

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

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

<page myPage>
screenCcapture = <% trial.q2.screenCapture %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.