up Inquisit Language Reference

lastSoundCapturePath property

The full path to file created by the last sound capture done for this element.

Member of

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

Syntax

event.name.lastSoundCapturePath

Read Only

Type

string

Remarks

If the element is a block, this returns the lastsoundCapturepath given on the most recent trial that was run within the block. If the element is a trial, this returns the lastsoundCapturepath given the last time the trial was run.

Examples

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

<text myText>
/ items= ("lastSoundCapturePath = <% trial.myTrial.lastSoundCapturePath %>")
</text>

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

<page myPage>
lastSoundCapturePath = <% trial.myTrial.lastSoundCapturePath %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.