Indicates whether a snapshot from the built-in camera is taken at the start of the expt, block, or trial.
<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>
A value of true or 1 indicates the photocapture will be saved, false or 0 indicates it will not.
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>