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>
event.name.photoCapture
Read/Write
boolean
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 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>