up Inquisit Language Reference

soundcapture attribute

The soundcapture attribute records audio during an experiment.

Member of

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

Syntax

/ soundcapture = boolean

Parameters

boolean A boolean value of true or false.

Remarks

The soundcapture attribute supports recording of long form verbal responses, such as an answer to an interview question. When the soundcapture attribute is set to true, audio recording starts at the beginning of the expt, block, or trial with this attribute specified after any preinstructions are presented. It continues to record records until they end or before any postinstructions are presented. Recordings are saved to wav files in a subfolder called "soundcaptures". When used with Inquisit Web, the maximum recording time is 20 minutes. The recording enabled by the outermost expt, block, or trial takes precedence.

Examples

The following trial records audio after presenting three stimuli until the participant clicks the mouse:

<trial q1>
/ stimulustimes = [1=target1, target2, target3]
/ soundcapture = true
/ validresponse = (noresponse, lbuttondown)
/ timeout = 1000
/ inputdevice = mousekey
</trial>

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