up Inquisit Language Reference

photocapture property

Indicates whether a snapshot from the built-in camera is taken at the start of the expt, block, or trial.

Member of

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

Remarks

A value of true or 1 indicates the photocapture will be saved, false or 0 indicates it will not.

Examples

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

<text sometext>
/ items= ("photocapture = <% trial.q1.photocapture %>")
</text>

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

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

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