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>

Syntax

event.name.photoCapture

Read/Write

Type

boolean

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.